Change Position of native keyboard

杀马特。学长 韩版系。学妹 提交于 2020-01-06 14:21:22

问题


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

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