From 6d96d30d7a7de2b30ca7b36004b057951b9879d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 5 Apr 2016 16:29:07 -0400 Subject: [PATCH] lib/android: fix text input losing focus on selection in a list layout MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/android/ui/ui.nit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/android/ui/ui.nit b/lib/android/ui/ui.nit index dedad21..9726d15 100644 --- a/lib/android/ui/ui.nit +++ b/lib/android/ui/ui.nit @@ -13,7 +13,10 @@ # limitations under the License. # Views and services to use the Android native user interface -module ui +module ui is + # `adjustPan` allows to use EditText in a ListLayout + android_manifest_activity """android:windowSoftInputMode="adjustPan"""" +end # Implementation note: # -- 1.7.9.5