Android selector问题

layout代码片断如下:<RelativeLayout

android:layout_width=”fill_parent” android:layout_height=”wrap_content”

android:background=”@drawable/list_item_background”>

</RelativeLayout>

selector代码如下:<?xml version=”1.0” encoding=”utf-8”?>

写到这个时候我以为那个RelativeLayout在ontouch的时候就会出现我想要的交互,但是木有!当我在对应的JAVA类中给那个RelativeLayout注册了setOnClickListener事件后交互就有了。不知道GOOGLE为什么这样设计,不过仔细想想也有道理,如果没有相应的事件,为什么要交互呢!