X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcontent_new_transaction.xml;h=429d1b081fd9d71c7793be20b050696a0fc99f16;hb=7ec1c4772ff88e23ed826cc19c5a9a32e35ddf7e;hp=4fcce131cd1299f5c45d6ffed58aed048df381d4;hpb=664d47ee0e2d168af169b7f3b46ffefae2b3948f;p=mobile-ledger.git diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 4fcce131..429d1b08 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -9,23 +9,48 @@ tools:showIn="@layout/activity_new_transaction"> + android:layout_height="0dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + android:layout_height="match_parent"> + + + + + + android:hint="@string/new_transaction_account_hint" + android:nextFocusDown="@id/new_transaction_amt_1" + android:nextFocusForward="@id/new_transaction_amt_1" + android:text="This is a sample account name, deliberately long" /> @@ -59,20 +93,26 @@ android:layout_height="match_parent"> + android:hint="@string/new_transaction_account_hint" + android:nextFocusDown="@id/new_transaction_amt_2" + android:nextFocusForward="@id/new_transaction_amt_2" />