在editText的父布局中添加以下属性
android:focusable=”true”
android:focusableInTouchMode=”true”
去掉EditText默认获取焦点
最新推荐文章于 2022-02-26 12:11:41 发布
在editText的父布局中添加以下属性
android:focusable=”true”
android:focusableInTouchMode=”true”