android:focusable="true"
android:focusableInTouchMode="true"
android:focusableInTouchMode="true"
更新:
最近发现很多机型,使用上面的代码不生效。后来发现用
android:descendantFocusability="blocksDescendants"
可以解决此问题。将此句代码放到异常的控件里,或者上一层控件即可。
原文
http://blog.csdn.net/u014430700/article/details/42238545