X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=31afa1a1a57fef1f62dbc202a1c3aafc0121a06f;hb=4ee61c9cfc4d9d4caaecb35c529bbf45d8aab91d;hp=66a373f980ed37db7c1691182f54339f99d2d333;hpb=ab662f6610141bfeed858fbfbdfd57a6045da1ed;p=mobile-ledger.git diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index 66a373f9..31afa1a1 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" > @@ -98,6 +95,7 @@ android:layout_marginStart="12dp" android:layout_marginEnd="8dp" android:gravity="center_vertical" + android:minHeight="@dimen/default_account_row_height" android:onClick="onAccountSummaryRowViewClicked" android:text="USD 123,45\n678,90\nIRAUSD -17 000.00" android:textAppearance="@style/TextAppearance.AppCompat.Medium"