EditTextView不自动获取焦点

在父容器XML布局添加属性拦截焦点:

android:focusable="true"
android:focusableInTouchMode="true"

你可能感兴趣的:(EditTextView不自动获取焦点)