找到需要取消自动获取焦点的edittext的一个父控件,在其XML里加上
android:focusable="true"
android:focusableInTouchMode="true"
这样就可以把焦点截取.
本文共 177 字,大约阅读时间需要 1 分钟。
找到需要取消自动获取焦点的edittext的一个父控件,在其XML里加上
android:focusable="true"
android:focusableInTouchMode="true"
这样就可以把焦点截取.
转载于:https://www.cnblogs.com/csonezp/archive/2012/11/26/2789817.html