From 1e09e7f7c9f658c98dc809de328fc04a23802df9 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 16 Jul 2020 15:39:44 +0000 Subject: [PATCH] visual enhancements of the account list equal three-row height for default rows. expands when the amounts are expanded, but the account name stays at the top --- app/src/main/res/layout/account_summary_row.xml | 17 +++++++---------- app/src/main/res/values-night/styles.xml | 1 + app/src/main/res/values/styles.xml | 3 +++ 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index 66a373f9..ab8294f8 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -23,14 +23,13 @@ android:id="@+id/account_summary_row" android:layout_width="match_parent" android:layout_height="wrap_content" + android:animateLayoutChanges="true" android:longClickable="true" - android:minHeight="@dimen/thumb_row_height" > 48dp + 64.2857sp diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index a25fb608..5778f7a5 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -726,4 +726,7 @@ 48dp + + + 64.2857sp -- 2.39.2