I have a ListView
where every item has an EditText
, when I focus on the last items the soft keyboard appears, but the EditText
does not so it stays in the bottom of the screen, what can I do ?
I have this in my manifest
android:windowSoftInputMode="adjustPan|adjustResize"