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=0d284493e5b8b0cd051fd029607ecaa0c8e3a7ec;hp=c5170855e5f076d59ea06117db8f2858893e8839;hb=60a85a18cc2074b87721173798497260dbc800e5;hpb=9bef4ffc3aed3e6dc43e052fa1386fa4f55d0f4a diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index c5170855..0d284493 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -6,28 +6,55 @@ android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" tools:context=".NewTransactionActivity" - tools:showIn="@layout/activity_new_transaction"> + tools:showIn="@layout/activity_account_summary"> + android:layout_height="0dp" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + android:layout_height="match_parent"> + + + + + @@ -36,23 +63,26 @@ android:layout_height="match_parent"> + android:hint="@string/new_transaction_account_hint" + android:nextFocusDown="@id/new_transaction_amt_1" + android:nextFocusForward="@id/new_transaction_amt_1" /> @@ -61,23 +91,24 @@ android:layout_height="match_parent"> + android:hint="@string/new_transaction_account_hint" + android:nextFocusDown="@id/new_transaction_amt_2" + android:nextFocusForward="@id/new_transaction_amt_2" />