Prevent EditText get focused on start-up

This commit is contained in:
Mygod
2018-06-10 17:47:23 +08:00
parent 9d5f26afb2
commit 0a76fce15c

View File

@@ -113,6 +113,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
android:padding="16dp">
<Space