ExpandableListView指示链接不扩展

时间:2010-01-27 23:25:44

标签: android android-widget expandablelistview

我有一个ExpandableListView包含一个链接,当有链接时它不会展开,我希望链接是可点击的。

像这样的代码:

<ExpandableListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:groupIndicator="@null" /> 

<TextView android:layout_below="@id/screenName" android:layout_alignLeft="@id/screenName" android:layout_height="wrap_content" android:layout_width="fill_parent"   android:autoLink="web|email" android:linksClickable="true" android:id="@+id/text"  />

1 个答案:

答案 0 :(得分:1)

您无法同时点击链接并且列表项可以点击。它是一个或另一个。