在父控件中加入2行代码:
android:focusable=“true”
android:focusableInTouchMode=“true”
即可
android 防止edittext自动获取焦点
最新推荐文章于 2020-04-24 11:47:29 发布
在父控件中加入2行代码:
android:focusable=“true”
android:focusableInTouchMode=“true”
即可