开发者

How can I implement an accordion style menu?

开发者 https://www.devze.com 2023-04-04 18:16 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消