EditText进入页面默认不弹出软键盘
在EditText外层布局/根布局加上
android:focusable="true"
android:focusableInTouchMode="true"
【Android】EditText进入页面默认不弹出软键盘
阅读 161
2022-06-24
在EditText外层布局/根布局加上
android:focusable="true"
android:focusableInTouchMode="true"
相关推荐
精彩评论(0)