From: Alexis Laferrière Date: Tue, 5 Apr 2016 20:29:07 +0000 (-0400) Subject: lib/android: fix text input losing focus on selection in a list layout X-Git-Url: http://nitlanguage.org?ds=sidebyside lib/android: fix text input losing focus on selection in a list layout Signed-off-by: Alexis Laferrière --- 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: #