【问题标题】:Android - TableLayout to ExpandableListViewAndroid - TableLayout 到 ExpandableListView
【发布时间】:2011-02-24 08:56:18
【问题描述】:

是否可以从 TableLayout 切换到 ExpandableListView?如何?我尝试使用 ViewFlipper,但 ExpandableListView 不使用 XML 的事实给它带来了麻烦。

请帮忙!

【问题讨论】:

    标签: android view tablelayout expandablelistview


    【解决方案1】:

    从某种意义上说,我不太明白这个问题是什么意思

    从 TableLayout 切换到 可扩展列表视图

    但是ExpandableListView可以在xml中定义就好了

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

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-08-04
    • 1970-01-01
    • 2012-10-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多