X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=c375c90edae28e3eca4a98d0f36f7a07f2ab4b21;hb=77b60ba7a9bff0d76a0955eb7009f0d77e0e938f;hp=daa033df0375c7045bd8da455e28d0ccb57428de;hpb=b5ce02c84db901506139f9e0aaab3c56e394a6e3;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index daa033df..c375c90e 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -3,67 +3,127 @@ - - + > - - - + 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 + + + + + +