From: Damyan Ivanov Date: Thu, 18 Jun 2020 05:30:00 +0000 (+0000) Subject: make posting amounts use the same font size as account names X-Git-Tag: v0.14.0~6 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger-staging.git;a=commitdiff_plain;h=781cb56837968abefd29e027be56804c7f126ba1 make posting amounts use the same font size as account names --- 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 e87afbef..604b2b0e 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 @@ -66,5 +66,6 @@ android:text="---,--" android:textAlignment="viewEnd" android:textColor="?textColor" + android:textAppearance="@android:style/TextAppearance.Material.Medium" tools:ignore="HardcodedText" />