TextView在xml中的onClick方法

一个小问题,给TextView添加Onclick事件还需要配置android:clickable="true"否则点击无效。

<TextView
android:id="@+id/tvTab1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/deepGrey"
android:clickable="true"
android:drawabletop="@drawable/install"
android:gravity="center"
android:onClick="installedSoftTab" android:text="@string/install" />

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念