Ashish Saswadkar
Ashish Saswadkar

Reputation: 31

How can I implement an accordion style menu?

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

Answers (1)

Kayhan Asghari
Kayhan Asghari

Reputation: 2854

There isn't any android view components for this purpose. You may have to create a custom view by yourself.

Upvotes: 1

Related Questions