X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnew_transaction_row.xml;h=382e9ebdefe6a5439bf1fec65135ce3633a8face;hp=2356e5ca1dca295d0a5c69a75c127c2d188b649d;hb=03170093a47ab9ed5f8624677030f6327a29cf41;hpb=865334093695e52f99d93ad9a255252b9d575053 diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index 2356e5ca..382e9ebd 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -33,6 +33,7 @@ android:layout_width="94dp" android:layout_height="0dp" android:accessibilityTraversalBefore="@+id/new_transaction_description" + android:drawableStart="@drawable/ic_event_gray_24dp" android:ems="10" android:foregroundGravity="bottom" android:gravity="bottom" @@ -63,6 +64,7 @@ android:inputType="text" android:nextFocusLeft="@+id/new_transaction_date" android:nextFocusUp="@+id/new_transaction_date" + android:selectAllOnFocus="true" android:singleLine="true" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_weight="30" @@ -86,6 +88,7 @@ android:inputType="text" android:imeOptions="actionNext" android:singleLine="true" + android:selectAllOnFocus="true" android:width="0dp" />