X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=060577f59f67bc98a07c374eb35329e6846cbd25;hb=871c35b137cba369e19d47e27822b00f234a9ee9;hp=8ea32cb2c24392eb42a6d24538de1ab710505719;hpb=d3ef60356dbecf1763271b8277e64385f1788418;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 8ea32cb2..060577f5 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" > @@ -97,7 +95,7 @@ android:layout_marginStart="12dp" android:layout_marginEnd="8dp" android:gravity="center_vertical" - android:onClick="onAccountSummaryRowViewClicked" + android:minHeight="@dimen/default_account_row_height" android:text="USD 123,45\n678,90\nIRAUSD -17 000.00" android:textAppearance="@style/TextAppearance.AppCompat.Medium" app:layout_constrainedWidth="true"