From 53073c958c8a963b063793d3ee3fbd93c20e1d86 Mon Sep 17 00:00:00 2001 From: bhlee Date: Sun, 14 Jul 2019 21:14:54 +0900 Subject: [PATCH] add android:imeOptions="flagNoFullscreen" attribute in EditText --- app/src/main/res/layout/gpodnetauth_device.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/gpodnetauth_device.xml b/app/src/main/res/layout/gpodnetauth_device.xml index ad5de1ce5..1f38bf457 100644 --- a/app/src/main/res/layout/gpodnetauth_device.xml +++ b/app/src/main/res/layout/gpodnetauth_device.xml @@ -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"/>