X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcontent_new_transaction.xml;h=028ddcd3e435ffa728610c2ee63e96bc96a763ad;hb=b7f7df30bf96a995f165b3f7e4321655aac0132a;hp=f6aa059f30b0e4c4a65d7861fcce4e3ebd7b6df3;hpb=24329a4f99378bc932cca2a085cd922d0608229e;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 f6aa059f..028ddcd3 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -1,33 +1,92 @@ + + + android:layout_height="0dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + android:layout_height="match_parent"> + + + + + @@ -36,23 +95,41 @@ android:layout_height="match_parent"> + android:accessibilityTraversalAfter="@+id/new_transaction_description" + android:accessibilityTraversalBefore="@+id/new_transaction_amt_1" + android:hint="@string/new_transaction_account_hint" + android:imeOptions="actionNext" + android:nextFocusLeft="@+id/new_transaction_description" + android:nextFocusRight="@+id/new_transaction_amt_1" + android:nextFocusUp="@+id/new_transaction_description" + android:nextFocusDown="@+id/new_transaction_amt_1" + android:nextFocusForward="@+id/new_transaction_amt_1" + android:singleLine="true" /> @@ -61,28 +138,49 @@ android:layout_height="match_parent"> + android:accessibilityTraversalAfter="@+id/new_transaction_amt_1" + android:accessibilityTraversalBefore="@+id/new_transaction_amt_2" + android:hint="@string/new_transaction_account_hint" + android:imeOptions="actionNext" + android:nextFocusLeft="@+id/new_transaction_amt_1" + android:nextFocusRight="@+id/new_transaction_amt_2" + android:nextFocusUp="@+id/new_transaction_acc_1" + android:nextFocusDown="@+id/new_transaction_amt_2" + android:nextFocusForward="@+id/new_transaction_amt_2" + android:singleLine="true" /> + + + +