android 如何设置进入页面时不弹出键盘(EditText不
2021-08-11 本文已影响0人
十三妹儿儿儿
布局时,对EditText的父容器设置了两行代码
android:focusable="true"
android:focusableInTouchMode="true"
再次进入页面,就不会主动弹出键盘啦
布局时,对EditText的父容器设置了两行代码
android:focusable="true"
android:focusableInTouchMode="true"
再次进入页面,就不会主动弹出键盘啦