X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Ftransaction_list_row_accounts_table_row.xml;h=e87afbef7a3b970d7f28071b861f31b38d605c75;hb=dbdc2268bcdebc9a409d65f14b07605da0cc1516;hp=a805e41f7cc300cfa4dc1b6e611f4402954ec75a;hpb=cf461ae87ae19cb160f671e92227da7aa8cf81bf;p=mobile-ledger-staging.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 a805e41f..e87afbef 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,33 +36,35 @@ 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.Medium" + 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" + />