From 063fe5ea62e41ec419ce5b9c85941aa851b3c0ba Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 30 Nov 2018 18:55:44 +0000 Subject: [PATCH] incomplete attempt to set the Tab order --- .../main/res/layout/content_new_transaction.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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" />