add android:imeOptions="flagNoFullscreen" attribute in EditText
This commit is contained in:
parent
f1d5c00f3b
commit
339569421a
|
@ -36,7 +36,7 @@
|
|||
android:cursorVisible="true"
|
||||
android:maxLines="1"
|
||||
android:inputType="text"
|
||||
android:imeOptions="actionNext"
|
||||
android:imeOptions="actionNext|flagNoFullscreen"
|
||||
android:nextFocusForward="@id/etxtPassword"/>
|
||||
|
||||
<EditText
|
||||
|
@ -50,7 +50,7 @@
|
|||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:cursorVisible="true"
|
||||
android:imeOptions="actionGo"
|
||||
android:imeOptions="actionGo|flagNoFullscreen"
|
||||
android:imeActionLabel="@string/gpodnetauth_login_butLabel"/>
|
||||
|
||||
<Button
|
||||
|
|
Loading…
Reference in New Issue