Reputation: 31
How can I create an accordion style menu in Android as seen here?
I have tried with the ExpandableListView
but it does not provide the same look and feel. Is this possible to accomplish?
Upvotes: 3
Views: 397
Reputation: 2854
There isn't any android view components for this purpose. You may have to create a custom view by yourself.
Upvotes: 1