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=0cbfc203638fc3906b5111313eee2ef35c990c71;hp=58ce717035c3badf47941b2c256c6f8a419e01e6;hb=d2fba190c9c1b6eabfa12d65ac47c1c0a9a0a901;hpb=b3fff85cf8314bb335eab4e9e9aa0fa9681ad12b diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 58ce7170..0cbfc203 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -9,47 +9,147 @@ tools:showIn="@layout/activity_new_transaction"> + android:layout_height="0dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - - - + android:layout_height="match_parent"> - + android:ems="10" + android:hint="@string/new_transaction_date_hint" + android:imeOptions="actionNext" + android:inputType="date" + android:accessibilityTraversalBefore="@+id/new_transaction_description" + android:nextFocusDown="@+id/new_transaction_acc_1" + android:nextFocusForward="@+id/new_transaction_description" + android:onClick="pickTransactionDate" + android:textAlignment="center" + app:layout_constraintHorizontal_weight="8" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - - + 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" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHorizontal_weight="30" + app:layout_constraintStart_toEndOf="@+id/new_transaction_date" + app:layout_constraintTop_toTopOf="parent" /> + + + + + + + + + + + + + + + + + + +