Manish Singla
Manish Singla

Reputation: 1361

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

Upvotes: 0

Views: 483

Answers (1)

Rajath
Rajath

Reputation: 11926

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

android:windowSoftInputMode="adjustPan"

Upvotes: 0

Related Questions