Android-子控件获得父控件的点击事件

在父控件中添加

1
2
android:clickable=“true
android:focusable=“true

在子控件中添加

1
android:duplicateParentState=“true