在EditText的父级控件中找一个,设置成
android:focusable="true"
android:focusableInTouchMode="true"
在页面点击获取焦点后,再使用EditText对象的clearFocus();此时可以清除焦点
在EditText的父级控件中找一个,设置成
android:focusable="true"
android:focusableInTouchMode="true"
在页面点击获取焦点后,再使用EditText对象的clearFocus();此时可以清除焦点