Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用 Tab 活动从一个活动切换到另一个活动。
我想知道有什么方法可以改变我们原生的 android 键盘位置吗?因为我想在我的应用程序中使用的 Tab 上方显示本机键盘?
因此,用户可以在打字时轻松导航。
I have searched a lot but i didn't get any success yet. Any help would be appreciated.
谢谢。
我想知道有什么方法可以改变我们原生的 android 键盘位置吗?
不。
因为我想在我的应用程序中使用的 Tab 上方显示本机键盘?
不要使用底部标签栏。
在您的活动中使用此属性。这将在键盘上方显示您的标签。
android:windowSoftInputMode="stateAlwaysHidden|adjustResize"