我想在键盘出现时重新定位布局,例如在编辑文本字段时,以便获得焦点字段的可见性。我尝试了 windowSoftInputMode 但我没有任何区别。如何到达?谢谢你。
<activity
android:name="com.xxxx.projecte1.TabBar_Activity"
android:theme="@android:style/Theme.NoTitleBar"
android:configChanges="keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize"
/>