开发者

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

开发者 https://www.devze.com 2023-02-24 06:00 出处:网络
When I open soft keyboard in child activity of activity group.Tabs shifted upward here 开发者_Go百科is the images for the problem.

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

here 开发者_Go百科is the images for the problem. Bugs TabActivity in Child ActivityGroup


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

android:windowSoftInputMode="adjustPan"
0

精彩评论

暂无评论...
验证码 换一张
取 消