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",所以无法获取点击事件

posted @ 2012-07-20 12:57  有妄想症的猫zz  阅读(1079)  评论(0编辑  收藏  举报