I am trying to implement expandable list
in android
.
- In that list view when no child items available means it expand and lists some white spaces on my
view
. - I need to handle it like only the childs are available the group has to
expand
or else it has to avoidexpanding parentview
.
Can anyone give suggesstions.