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=885adbe72458a0e15b8a2dd53c2beafb449b4cf6;hp=ad180a59cd2f3a4086bdc2c9a0d12b1fe82d8738;hb=b04c98250e8e2abcf1d652e2a20cff0f9b98784b;hpb=37f99f3d14164cde5f5b6ac74d11a083c4793f06 diff --git a/app/src/main/res/layout/new_transaction_row.xml b/app/src/main/res/layout/new_transaction_row.xml index ad180a59..885adbe7 100644 --- a/app/src/main/res/layout/new_transaction_row.xml +++ b/app/src/main/res/layout/new_transaction_row.xml @@ -66,7 +66,7 @@ android:inputType="text" android:nextFocusLeft="@+id/new_transaction_date" android:nextFocusUp="@+id/new_transaction_date" - android:selectAllOnFocus="true" + android:selectAllOnFocus="false" android:singleLine="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -87,12 +87,11 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="9" + android:width="0dp" android:hint="@string/new_transaction_account_hint" - android:inputType="text" android:imeOptions="actionNext" - android:singleLine="true" - android:selectAllOnFocus="true" - android:width="0dp" /> + android:inputType="text" + android:selectAllOnFocus="false" /> + android:textAlignment="viewEnd" />