From: Damyan Ivanov Date: Thu, 16 Jul 2020 15:39:44 +0000 (+0000) Subject: visual enhancements of the account list X-Git-Tag: v0.15.0~87 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=1e09e7f7c9f658c98dc809de328fc04a23802df9 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 --- 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