Reputation: 1361
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
Upvotes: 0
Views: 483
Reputation: 11926
In your AndroidManifest.xml, add the following to your specific activity:
android:windowSoftInputMode="adjustPan"
Upvotes: 0