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=3283a2ed148668af54bf9e73497ff009f084a2a7;hp=daa033df0375c7045bd8da455e28d0ccb57428de;hb=7bfd85e40b6fb441937c055ea0da2aeb5b00f1f6;hpb=b5ce02c84db901506139f9e0aaab3c56e394a6e3 diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index daa033df..3283a2ed 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -3,67 +3,132 @@ - - + > - - - + android:longClickable="true" + android:minHeight="@dimen/thumb_row_height" + > + + - + + + + - + 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 + /> +