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 成为焦点并且键盘出现时,键盘会覆盖表单布局一秒钟,然后布局容器调整大小以显示表单,如下图所示。
我希望布局在键盘上升时平滑调整大小。这可能吗?
将此添加到您的清单中:
android:windowSoftInputMode="adjustResize|stateVisible"