找到需要取消自动获取焦点的edittext的一个父控件,在其XML里加上
android:focusable="true" android:focusableInTouchMode="true"
这样就可以把焦点截取.