下拉菜单android非旋转器

时间:2016-09-29 14:26:02

标签: java android android-studio expandablelistview

我正在尝试以编程方式创建一个下拉菜单,如下所示 并且不想使用任何微调器或xml:

enter image description here

how to get this??[![][1]] 3

2 个答案:

答案 0 :(得分:0)

尝试使用 ExpandableListView 来满足您的要求

答案 1 :(得分:0)

为此目的,有大量的图书馆。 只需搜索“可扩展的回收站视图”,您就可以得到所需的信息。

这是我最喜欢的: http://bignerdranch.github.io/expandable-recycler-view/