X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcontent_new_transaction.xml;h=c650f62b8da47afaa820176a5a15b323e3edf633;hb=16cbf6b19eb8dbf105b9b06dc73de4c01717e054;hp=0cbfc203638fc3906b5111313eee2ef35c990c71;hpb=d2fba190c9c1b6eabfa12d65ac47c1c0a9a0a901;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 0cbfc203..c650f62b 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 @@ -. + --> + + - @@ -52,20 +73,21 @@ android:ems="10" android:hint="@string/new_transaction_description_hint" android:imeOptions="actionNext" - android:inputType="textPersonName" 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" /> - + @@ -81,14 +103,15 @@ android:layout_weight="9" android:width="0dp" android:accessibilityTraversalAfter="@+id/new_transaction_description" - android:accessibilityTraversalBefore="@+id/new_transaction_amt_2" + 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:nextFocusForward="@+id/new_transaction_amt_1" + android:singleLine="true" /> + android:nextFocusForward="@+id/new_transaction_amt_2" + android:singleLine="true" /> + + + + - \ No newline at end of file + \ No newline at end of file