2010-01-27 8 views
1

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" /> 
+0

코드의 ExpandableListView 부분을 포함하면 도움이 될 수 있습니다. 당신이 보여주는 것은 단지 textView입니다. –

+0

가 추가되었습니다. 감사합니다. :) – kmlzkma

답변

1

당신은 링크 클릭과 동시에 목록 항목을 클릭 할 수 없습니다. 그것은 하나 또는 다른 것입니다.

관련 문제