From 824b6fc1a234f15eb335b14a4a431b9592242008 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 21 Jun 2020 05:01:19 +0000 Subject: [PATCH] transaction list: smaller account name/amount texts following MDG - card secondary text is smaller than the heading --- .../res/layout/transaction_list_row_accounts_table_row.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 604b2b0e..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,7 +36,7 @@ android:layout_height="wrap_content" android:text="another acc name" android:textAlignment="viewStart" - android:textAppearance="@android:style/TextAppearance.Material.Medium" + android:textAppearance="@android:style/TextAppearance.Material.Small" android:textColor="?textColor" android:textStyle="normal" tools:ignore="HardcodedText" @@ -66,6 +66,6 @@ android:text="---,--" android:textAlignment="viewEnd" android:textColor="?textColor" - android:textAppearance="@android:style/TextAppearance.Material.Medium" + android:textAppearance="@android:style/TextAppearance.Material.Small" tools:ignore="HardcodedText" /> -- 2.39.2