android Editext 关闭自动获取焦点
2020-08-19 本文已影响0人
甜瓜旁的长白山

在Editext的父容器设置
android:focusable="true"
android:focusableInTouchMode="true"
一定是要在父容器里,在Editext里面设置无效,亲测有效
在Editext的父容器设置
android:focusable="true"
android:focusableInTouchMode="true"
一定是要在父容器里,在Editext里面设置无效,亲测有效