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=89e3c2cecca001d3ce9e22e79a57dea8c7d0afbd;hp=f6aa059f30b0e4c4a65d7861fcce4e3ebd7b6df3;hb=89e0fa95e3fca65277711a762f0643c974481e0a;hpb=24329a4f99378bc932cca2a085cd922d0608229e diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index f6aa059f..89e3c2ce 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -9,25 +9,52 @@ 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"> + + + + + @@ -36,23 +63,27 @@ 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" + android:textColorLink="@android:color/background_light" /> @@ -61,23 +92,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" />