在父控件中加入2行代码:
android:focusable=“true”
android:focusableInTouchMode=“true”
即可
android 防止edittext自动获取焦点
最新推荐文章于 2024-09-21 21:07:13 发布
在父控件中加入2行代码:
android:focusable=“true”
android:focusableInTouchMode=“true”
即可