adjustPan not preventing keyboard from covering EditText

After doing a lot of searching apparently it’s what I’m calling a bug. If you use the fullscreen tag (to remove the status bar from the activity) you can’t use “adjustResize” without wrapping the activity in a ScrollView. Unfortunately for me I’m using a ListView which would create yet another problem. I’m sick of messing with it and will probably just abandon the fullscreen on that activity.

Leave a Comment