From: Damyan Ivanov Date: Fri, 30 Nov 2018 18:55:44 +0000 (+0000) Subject: incomplete attempt to set the Tab order X-Git-Tag: v0.3~368 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=063fe5ea62e41ec419ce5b9c85941aa851b3c0ba incomplete attempt to set the Tab order --- diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 4fcce131..28f393d1 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -30,20 +30,25 @@ + 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" /> @@ -59,13 +66,17 @@ 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" />