Selecting all text when focusing bank text field
This commit is contained in:
parent
bd2e114c9b
commit
29bfaa80ac
|
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue