问题
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