I have a ListView
with EditTexts
as items.
I have tried setting both the android:windowSoftInputMode="adjustPan"
and "adjustResize"
flags in the manifest, I have also tried adding "alwaysvisible" flag and it didn't help either.
But when the keyboard hovers over the text and I start typing the edit text box is no loner visible, it only pops up the first time it gains focus.
Edit: I have tested it on 4.3 and it worked as it supposed to work, the edittext was visible all the time, but on 4.2.1/4.2.2 it doesn't work.