2010-05-26 6 views
1

TableLayout에서 ExpandableListView로 전환 할 수 있습니까? 방법? ViewFlipper를 사용해 보았지만 ExpandableListView가 XML을 사용하지 않는다는 사실 때문에 렌치가 던졌습니다.Android - TableLayout to ExpandableListView

도와주세요!

답변

0

난 정말 당신이 ExpandableListView에 TableLayout을에서

스위치에 의해 무엇을 의미합니까의 의미에서 질문을 이해하고 있지 않다

그러나 ExpandableListView는 잘 XML로 정의 할 수 있습니다

<ExpandableListView 
     android:id="@+id/myList" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
    /> 
+0

와우, 나는 그것을 간과했다고 믿을 수 없다. 완전한 구현을 위해 체크 아웃 : http://about-android.blogspot.com/2010/04/steps-to-implement-expandablelistview.html 그것은 내가 사용 거기에 몇 가지 팁을했다. 감사합니다 알렉스! – Ryan

관련 문제