问题
In my application i am using Tab activities to switch from one activity to another.
I want to know that is there any way to change our native android keyboard position? Because i want to display native keyboard above Tab that i have used in my application ?
Thus user can easily navigate while typing.

I have searched a lot but i didn't get any success yet. Any help would be appreciated.
Thanks.
回答1:
I want to know that is there any way to change our native android keyboard position?
No.
Because i want to display native keyboard above Tab that i have used in my application ?
Do not use bottom tab bars.
回答2:
Use this attribute into your activity. This will show your tabs upside the keyboard.
android:windowSoftInputMode="stateAlwaysHidden|adjustResize"
来源:https://stackoverflow.com/questions/16774518/change-position-of-native-keyboard