X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnew_transaction_row.xml;h=707c7b0d25a0f54ecd02a58ffab5f46b71c6edcb;hb=593d0307aeb6e151c4f693697d7746a3f4c929e8;hp=2356e5ca1dca295d0a5c69a75c127c2d188b649d;hpb=865334093695e52f99d93ad9a255252b9d575053;p=mobile-ledger.git diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index 2356e5ca..707c7b0d 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -63,6 +63,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 +87,7 @@ android:inputType="text" android:imeOptions="actionNext" android:singleLine="true" + android:selectAllOnFocus="true" android:width="0dp" />