How to set a maximum height with wrap content in android?

前端 未结 7 2341
你的背包
你的背包 2020-12-09 02:01

In android, how can you create a scroll view that\'s got a max height, and wrap contents, basically it wraps the content vertically, but has a maximum height?

I trie

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 02:39

    I've extended ScrollView and added code to implement this feature:

    https://gist.github.com/JMPergar/439aaa3249fa184c7c0c

    I hope that be useful.

提交回复
热议问题