android如何设置EditText不弹出软键盘
android设置EditText不弹出软键盘,有两种方法
工具/原料
电脑
android studio
设置焦点在其他控件上
1、设置android:focusable=""android:focusableInTouchMode=""属性为false

android设置EditText不弹出软键盘,有两种方法
工具/原料
电脑
android studio
设置焦点在其他控件上
1、设置android:focusable=""android:focusableInTouchMode=""属性为false