androidkeyboardtabsactivitygroupchildactivity

When I open soft keyboard in child activity of activity group.Tabs shifted upward in Android


When I open soft keyboard in child activity of activity group.Tabs shifted upward

here is the images for the problem. Bugs TabActivity in Child ActivityGroup


Solution

  • In your AndroidManifest.xml, add the following to your specific activity:

    android:windowSoftInputMode="adjustPan"