안드로이드 개발 질문/답변
(글 수 45,052)
ExpandableList 샘플소스를 보니 id가 android:list이러케 되어있고 그냥 setListAdapter를 하니까 id지정없이 생성되던데요
2개의 ExpandableList를 만들고 싶은데 어떻게 만들면 되나요?
<ExpandableListView android:id="@+id/android:list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#00000000"
android:layout_below="@id/searchin"
/>