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=2589d33ec131eba13efbac809e4e39aa1c3ffab9;hb=89e0fa95e3fca65277711a762f0643c974481e0a;hpb=2160278e4658bd683ce2ad4cb577846aa5fac1f0 diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 2589d33e..89e3c2ce 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -12,8 +12,6 @@ android:id="@+id/transaction_details" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginBottom="8dp" - app:layout_constraintBottom_toTopOf="@+id/constraintLayout" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> @@ -45,14 +43,14 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="8dp" + android:autofillHints="" android:ems="10" android:hint="@string/new_transaction_description_hint" android:inputType="textPersonName" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_weight="30" app:layout_constraintStart_toEndOf="@+id/new_transaction_date" - app:layout_constraintTop_toTopOf="parent" - android:autofillHints="" /> + app:layout_constraintTop_toTopOf="parent" /> + android:nextFocusForward="@id/new_transaction_amt_1" + android:textColorLink="@android:color/background_light" /> - - - - - - - \ No newline at end of file