如何在单击箭头时展开列表作为youtube

时间:2015-09-28 09:18:36

标签: java android android-fragments android-activity

我是Android开发人员,我只是想将此列表中的列表展开,当我点击它时我用红色箭头表示,列表应该像Youtube一样展开。

请建议我该怎么办。如何在箭头单击上展开此选项。如果有任何建议,请帮助我。

1 个答案:

答案 0 :(得分:1)

您应该使用

更改ListView
<ExpandableListView
                android:id="@+id/expandalelistView"
                android:layout_height="match_parent"
                android:layout_width="match_parent"/>

This博客将帮助您提供所需的帮助。