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=f962ada392da038f8a1854dff4765b9b82e3c5da;hp=1fb4588c5207dd174bdeb480af0ba7c44ab1a42b;hb=ce149cca0afd2290d20d42ae6d2117e6546723e9;hpb=685885185ce21d286a1eb6dadeb86829ece75250 diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index 1fb4588c..f962ada3 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -44,6 +44,7 @@ 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." app:layout_constraintBottom_toBottomOf="parent" @@ -87,14 +88,32 @@ 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:minWidth="@dimen/thumb_row_height" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" tools:ignore="HardcodedText" /> + + + + + + + + + + +