虚拟键盘弹出时挡住EditText的解决方案
最好的解决方案:在AndroidManifest.xml中activity节点添加下列:
android:windowSoftInputMode="adjustResize"
默认显示输入法:
android:windowSoftInputMode="stateVisible "
默认隐藏输入法:
android:windowSoftInputMode="adjustUnspecified|stateHidden"
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。