X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fcontent_new_transaction.xml;h=7bf67ac67a4930f4658638b113b2740af4aa9656;hb=32585e83b4165668a384eb43414d216601c16b31;hp=086609d708dcf8b9445ebe20a8efddedad6b3e1f;hpb=1865d22b24c7494aa258b9624f7d3c17fc1905c6;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 086609d7..7bf67ac6 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,17 +73,17 @@ 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" /> - + + 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