X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=0dc4816e3c94cdbfc57fd7f7881dcd13a775f394;hb=1e5dde855621bd03da6b68f52dc6696c1fd24680;hp=e7c7cfbbd4ea93f54b83f4f333d4aa5cae39a6fa;hpb=d14edf52b78a295408db62145dd321414fea8513;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 e7c7cfbb..0dc4816e 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -2,47 +2,111 @@ - - - + android:longClickable="true" + android:layout_height="wrap_content"> + android:layout_width="wrap_content" + android:layout_height="0dp" + android:layout_weight="1" + android:gravity="center_vertical" + android:onClick="onAccountSummaryRowViewClicked" + android:longClickable="true" + android:paddingStart="8dp" + android:text="Account name, a really long one. A very very very long one. It may even spawn on more than two lines -- three, four or more." + android:textAppearance="@android:style/TextAppearance.Material.Medium" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + tools:ignore="HardcodedText" /> + + + + + + + - \ No newline at end of file + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginEnd="8dp" + android:layout_weight="0" + android:gravity="center_vertical" + android:minWidth="@dimen/thumb_row_height" + android:onClick="onAccountSummaryRowViewClicked" + android:text="123,45\n678,90" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintTop_toTopOf="parent" + tools:ignore="HardcodedText" /> + + + + + + + \ No newline at end of file