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.
当键盘弹出我的列表视图中的前几行时无法查看,我真的不想因此在我的应用程序的一个活动中恢复为非全屏,我相信其他人不会 - 所以任何人都知道如何解决这个问题?
在您的清单使用中android:windowSoftInputMode="adjustResize":
android:windowSoftInputMode="adjustResize":
<activity android:name=".YourActivity" android:windowSoftInputMode="adjustResize"> </activity>