Android ExpandableListView - 处理没有孩子的父母

时间:2010-11-18 04:49:10

标签: android android-widget expandablelistview

我的父母和孩子的层次分明。 有些父母有5个孩子,有些则有0个孩子。

即使没有孩子,expandableListView也会显示“展开/折叠”图标。

有没有办法只为那些没有孩子的父母(行)隐藏图标? 我仍然希望显示没有孩子的父母的行,并允许用户点击它们,但“展开/折叠”图标令人困惑。

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

我使用了一个小技巧,使组指示器透明:

android:groupIndicator="@android:color/transparent"

说明在本网站:

http://mylifewithandroid.blogspot.com/2011/06/hiding-group-indicator-for-empty-groups.html