X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=8ea32cb2c24392eb42a6d24538de1ab710505719;hp=e7c7cfbbd4ea93f54b83f4f333d4aa5cae39a6fa;hb=d3ef60356dbecf1763271b8277e64385f1788418;hpb=d14edf52b78a295408db62145dd321414fea8513 diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index e7c7cfbb..8ea32cb2 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -2,47 +2,124 @@ - - - - + android:longClickable="true" + android:minHeight="@dimen/thumb_row_height" + > + + - + + + + - \ 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:onClick="onAccountSummaryRowViewClicked" + 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