X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row_accounts_table_row.xml;h=765b818946fd2f18ce07a2ac9e5d0f01cbb2a764;hb=824b6fc1a234f15eb335b14a4a431b9592242008;hp=8e059a7235378bae422397c6a12ef3566514a0a6;hpb=08ecb391a6b4363aaeff48de1a472e85b3fbedab;p=mobile-ledger.git diff --git a/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml b/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml index 8e059a72..765b8189 100644 --- a/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml +++ b/app/src/main/res/layout/transaction_list_row_accounts_table_row.xml @@ -36,23 +36,24 @@ android:layout_height="wrap_content" android:text="another acc name" android:textAlignment="viewStart" - android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" - android:textColor="@android:color/secondary_text_light" + android:textAppearance="@android:style/TextAppearance.Material.Small" + android:textColor="?textColor" android:textStyle="normal" - tools:ignore="HardcodedText" /> + tools:ignore="HardcodedText" + /> + android:textAppearance="@android:style/TextAppearance.Material.Small" + android:textColor="?commentColor" + tools:ignore="HardcodedText,RtlSymmetry" + />