layout 向下一级传点击事件 descendantFocusability

listview添加button list自己事件失效

解决:

在list的单位xml的布局中添加


android:descendantFocusability="blocksDescendants"


ex:

<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:background="@color/aquamarine"

android:descendantFocusability="blocksDescendants">



android 事件处理机制之requestDisallowInterceptTouchEvent

http://blog.csdn.net/chaihuasong/article/details/17499799



你可能感兴趣的:(layout 向下一级传点击事件 descendantFocusability)