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.
下面的图片会更好地告诉你我到底想要什么()..
在显示软键盘屏幕之前是..
和
显示软键盘后,它应该看起来像这样..
我的问题是,当软键盘显示它时,它隐藏了我不想隐藏但应该像上图一样显示的底部视图
在相应活动的清单中将 windowSoftInputMode 指定为“adjustResize”示例:
<activity android:label="@string/app_name" android:name=".LoginActivity" android:windowSoftInputMode="adjustResize">