ViewPager in a NestedScrollView

前端 未结 19 2096
面向向阳花
面向向阳花 2020-11-27 10:08

I need to create an interface like Google Newsstand which is a sort of ViewPager (horizontal scroll) over a collapsing header (vertical scroll). One of my requirements is to

19条回答
  •  借酒劲吻你
    2020-11-27 10:27

    you just removed the NestedScrollView on your xml and add this code on your class

    yourGridView.setNestedScrollingEnabled(true);

提交回复
热议问题