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=b4b6babedf9bc1a90e3310dba53742171682d1a0;hp=2589d33ec131eba13efbac809e4e39aa1c3ffab9;hb=d14c9946abbf6c40bea827882a356e894bbd390b;hpb=6af1356a5a0fc255784f2cd3b5ccdbcbd534251e diff --git a/app/src/main/res/layout/content_new_transaction.xml b/app/src/main/res/layout/content_new_transaction.xml index 2589d33e..b4b6babe 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" /> - - - - - - - \ No newline at end of file