X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcontent_new_transaction.xml;h=e8b356b91b00678874f381d6673b9bdafa8dd007;hp=429d1b081fd9d71c7793be20b050696a0fc99f16;hb=c07da540488e4298b09cd913e9a91fd31d2bb161;hpb=7ec1c4772ff88e23ed826cc19c5a9a32e35ddf7e diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 429d1b08..e8b356b9 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -1,11 +1,28 @@ -. + --> + + - @@ -43,82 +68,37 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="8dp" + android:accessibilityTraversalAfter="@+id/new_transaction_date" + android:accessibilityTraversalBefore="@+id/new_transaction_acc_1" android:ems="10" android:hint="@string/new_transaction_description_hint" - android:inputType="textPersonName" + android:imeOptions="actionNext" + android:nextFocusLeft="@+id/new_transaction_date" + android:nextFocusRight="@+id/new_transaction_acc_1" + android:nextFocusUp="@+id/new_transaction_date" + android:nextFocusDown="@+id/new_transaction_acc_1" + android:nextFocusForward="@+id/new_transaction_acc_1" + android:singleLine="true" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_weight="30" app:layout_constraintStart_toEndOf="@+id/new_transaction_date" app:layout_constraintTop_toTopOf="parent" /> - + - - - - + android:layout_height="match_parent"/> - - - - - - - - - + - + - \ No newline at end of file + \ No newline at end of file