add android:imeOptions="flagNoFullscreen" attribute in EditText
This commit is contained in:
parent
329750ca01
commit
53073c958c
|
@ -30,7 +30,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:hint="@string/gpodnetauth_device_caption"
|
||||
android:layout_below="@id/txtvDescription"
|
||||
android:layout_margin="8dp"/>
|
||||
android:layout_margin="8dp"
|
||||
android:imeOptions="flagNoFullscreen"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/txtvDeviceID"
|
||||
|
|
Loading…
Reference in New Issue