Synchronise ScrollView scroll positions - android

前端 未结 4 2053
误落风尘
误落风尘 2020-11-22 07:05

I have 2 ScrollViews in my android layout. How can I synchronise their scroll positions?

4条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 07:44

    In the Android support-v4 package, Android provide a new class named NestedScrollView.

    we can replace the node with in layout xml, and implements its NestedScrollView.OnScrollChangeListener in Java to handle the scrolling.

    That makes things easier.

提交回复
热议问题