Selecting all text when focusing bank text field

This commit is contained in:
dankito 2020-09-09 16:40:10 +02:00
parent bd2e114c9b
commit 29bfaa80ac
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
android:id="@+id/edtxtBank" android:id="@+id/edtxtBank"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/dialog_add_account_edit_text_height" android:layout_height="@dimen/dialog_add_account_edit_text_height"
android:selectAllOnFocus="true"
android:inputType="text" android:inputType="text"
/> />