How to implement expandable panels in Android?

前端 未结 4 1111
萌比男神i
萌比男神i 2020-12-04 06:14

Is there an easy way to create expandable/collapsible blocks like seen in official market app?

Screenshot of Market app, when you click on \"More\" button, the descr

4条回答
  •  执笔经年
    2020-12-04 06:46

    Have you tried having a ScrollView at a set size that you make not clickable and not focusable? Then, when you expand it, you could just animate it getting bigger.

提交回复
热议问题