viernes, 27 de febrero de 2015

Android: Focus lost on EditText inside row in ListView when soft keyboard appears

1) Add android:windowSoftInputMode="adjustPan" attribute into AndroidManifest.xml file on the activity where the ListView is presented.
2) Add android:descendantFocusability="afterDescendants" attribute onto the ListView itself.

No hay comentarios:

Publicar un comentario