Skip to content Skip to sidebar Skip to footer

Expandablelistview And The Navigationdrawer

I am having a pretty strange issue. My logic is simple, my app uses a NavigationDrawer for main application navigation, and due to the complexity of the options available, I want t

Solution 1:

As I said in my comment, make sure that you return false from the DrawerGroupClickListener that you set on the ExpandableListView. If you return true from the listener's onGroupClick() callback this will block the collapse/expand action as the event is considered handled.


Post a Comment for "Expandablelistview And The Navigationdrawer"