不让EditTextView获取焦点

在Edit的父view设置如下属性:
android:focusable="true" 
android:focusableInTouchMode="true"

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