可以在EditText前面放置一个看不到的LinearLayout,让他率先获取焦点: <LinearLayout android:focusable="true" android:focusableInTouchMode="true" android:layout_width="0px" android:layout_height="0px"/>