lib/android: fix text input losing focus on selection in a list layout
[nit.git] / lib / android / ui / ui.nit
index dedad21..9726d15 100644 (file)
 # 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:
 #