Prevent EditText getting focus and showing keyboard on startup on old Android versions
This commit is contained in:
parent
14936852d4
commit
8b07cd9052
|
@ -10,6 +10,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:focusableInTouchMode="true"
|
||||
android:padding="8dp">
|
||||
|
||||
<android.support.v7.widget.CardView
|
||||
|
|
Loading…
Reference in New Issue