在EditText的父级控件中找一个,设置成

<LinearLayout
			android:layout_width="0dp"
			android:layout_height="0dp"
			android:focusable="false"
			android:focusableInTouchMode="false"
/>