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

穿精又带淫゛_ 提交于 2019-12-11 04:19:10

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/4956993/is-there-any-way-to-stop-the-tabs-coming-up-with-the-keyboard-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!