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=51efd1995d08e03f0c6f49468611f4abdaf7629c;hp=086609d708dcf8b9445ebe20a8efddedad6b3e1f;hb=09e26d2279484b4dfe0de218b05f075362fff4b5;hpb=1865d22b24c7494aa258b9624f7d3c17fc1905c6 diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 086609d7..51efd199 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