Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 TableLayout 切换到 ExpandableListView?如何?我尝试使用 ViewFlipper,但 ExpandableListView 不使用 XML 的事实给它带来了麻烦。
请帮忙!
从某种意义上说,我不太明白这个问题是什么意思
从 TableLayout 切换到 ExpandableListView
但是可以在xml中定义ExpandableListView就好了
<ExpandableListView android:id="@+id/myList" android:layout_width="fill_parent" android:layout_height="wrap_content" />