开发者

Is there any way to stop the tabs coming up with the keyboard in android?

I am making an app that supports all versions of android (just in case it is relevant), but when the user clicks on an app, the keyboard pops up and moves the tabs with it. Is there 开发者_运维问答anyway to stop the tabs from doing this?


Try giving android:windowSoftInputMode="adjustPan" inside the manifest file for the activity.


write this android:windowSoftInputMode="adjustPan" in tabActivity class in manifest file.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜