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.
在屏幕上,我在页面底部有一个 EditText 和 2 个选项卡,当我在 EditText 内部单击时,这些选项卡会随着软键盘的打开而向上移动。如何将选项卡固定到屏幕底部,以便在打开软键盘时它们不会向上移动。提前致谢..!!
在应用程序的清单文件中,在当前的 Activity 标记中放置
android:windowSoftInputMode="adjustPan"
只是把这个消息
在您的活动清单文件中。