LinearLayout设置selector无效果
1 <RelativeLayout 2 android:id="@+id/group_layout" 3 android:layout_width="match_parent" 4 android:layout_height="wrap_content" 5 android:background="@drawable/group_selector" 6 android:clickable="true" > 7 8 </RelativeLayout>
重点在于XxxLayout默认的android:clickable="false",所以无法获取点击事件