Android - accordion widget

后端 未结 4 1092
北恋
北恋 2020-11-28 07:58

I\'m looking at best way of creating an Accordion-style widget such as on this page. Is there a way of achieving same effect using standard Android toolkit or do I need to

4条回答
  •  無奈伤痛
    2020-11-28 08:02

    And in case you still wonder - this can be pretty much done with pair of button/layout stacked inside of the linear layout. Pseudo code follows

    
        

    Another thing to possibly try is stacking ExpandableListView-s on top of each other

提交回复
热议问题