prevent auto-pop of keyboard

Some screens can't fit it and so it obscures the buttons.
This commit is contained in:
Eric House 2020-11-02 18:41:05 -08:00
parent db13370cb8
commit 9981a559df

View file

@ -25,6 +25,7 @@
android:maxLength="32" android:maxLength="32"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
android:selectAllOnFocus="true" android:selectAllOnFocus="true"
android:focusable="false"
/> />
<TextView android:id="@+id/msg" <TextView android:id="@+id/msg"