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=2589d33ec131eba13efbac809e4e39aa1c3ffab9;hb=60a85a18cc2074b87721173798497260dbc800e5;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..0d284493 100644 --- a/app/src/main/res/layout/content_new_transaction.xml +++ b/app/src/main/res/layout/content_new_transaction.xml @@ -6,14 +6,12 @@ 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"> @@ -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