How can I implement an accordion style menu?
How can I create an accordion style menu in 开发者_如何学CAndroid as seen here?
I have tried with the ExpandableListView
but it does not provide the same look and feel. Is this possible to accomplish?
There isn't any android view components for this purpose. You may have to create a custom view by yourself.
精彩评论