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 和下面的 ImageButton 的布局。当 EditText 获得焦点时,键盘出现并隐藏 ImageButton。如何强制显示它,就像如果被键盘隐藏则强制显示 EditText 一样?谢谢你。
尝试"android:windowSoftInputMode=adjustResize"在您的清单中使用。您可以在此处找到详细信息。
"android:windowSoftInputMode=adjustResize"