Android EditText 一开始不弹出键盘
2018-10-09 本文已影响0人
blossom_6694
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"