Scrollview vertical and horizontal in android

前端 未结 11 884
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 05:30

I\'m really tired looking for a solution for vertical and horizontal Scrollview.

I read that there are not any views/layouts in the framework which implement this fe

11条回答
  •  滥情空心
    2020-11-22 05:47

    since the Two Dimensional Scrollview link is dead I could not get it so I created my own component. It handles flinging and works properly for me. The only restriction is that wrap_content might not work properly for that component.

    https://gist.github.com/androidseb/9902093

提交回复
热议问题