1、在父布局中添加:
android:focusable="true"
android:focusableInTouchMode="true"
2、在AndroidManifest.xml中 当前activity添加:
android:windowSoftInputMode="adjustPan|stateHidden"
1、在父布局中添加:
android:focusable="true"
android:focusableInTouchMode="true"
2、在AndroidManifest.xml中 当前activity添加:
android:windowSoftInputMode="adjustPan|stateHidden"
本文标题:Android EditText 一开始不弹出键盘
本文链接:https://www.haomeiwen.com/subject/nlqeaftx.html
网友评论