X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=8112c2a72e6d27642c53a79f7c3728031b17ccbb;hb=1eb1a8f63e0536b089a624994c2bcf5f0b462580;hp=21cfec197b5d2c203c4ce67ba6815bfe46925aaa;hpb=8b2a83f10265f8c8e8044b8dd990337283834afd;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 21cfec19..8112c2a7 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -2,47 +2,121 @@ - - - - + android:animateLayoutChanges="true" + android:longClickable="true" + > + + - + + + + - \ No newline at end of file + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_marginStart="12dp" + android:layout_marginEnd="8dp" + android:gravity="center_vertical" + 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" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHorizontal_weight="2" + app:layout_constraintStart_toEndOf="@id/account_name_layout" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintWidth_min="90sp" + tools:ignore="HardcodedText" + /> + + + + + + \ No newline at end of file