让EditText不自动获取焦点,只需要在EditText的父控件加上
android:focusable="true"android:focusableInTouchMode="true"
就可以了