X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Faccount_summary_row.xml;h=ca88fe86eaf6a1af7e3c0405b86694963257199a;hb=b04c98250e8e2abcf1d652e2a20cff0f9b98784b;hp=9617db65f4450fd52000bfbe8ca0d0d6971d1a13;hpb=f6c803b3c43e2601b3c5ed7f6b6a0e630a71cf6b;p=mobile-ledger.git diff --git a/app/src/main/res/layout/account_summary_row.xml b/app/src/main/res/layout/account_summary_row.xml index 9617db65..ca88fe86 100644 --- a/app/src/main/res/layout/account_summary_row.xml +++ b/app/src/main/res/layout/account_summary_row.xml @@ -1,30 +1,127 @@ -. + --> + + + android:longClickable="true" + android:layout_height="wrap_content"> + android:layout_height="match_parent" + android:button="@drawable/checkbox_star_black" + android:onClick="onAccountSummaryRowViewClicked" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> + 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." + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintStart_toEndOf="@id/account_row_check" + 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" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintTop_toTopOf="parent" + tools:ignore="HardcodedText" /> + + + + + + + + + + + + + + \ No newline at end of file