开发者

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

开发者 https://www.devze.com 2023-02-09 13:07 出处:网络
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 开发者_运维问答any

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

精彩评论

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

关注公众号