美文网首页
NestedScrollView嵌套RecyclerView时没

NestedScrollView嵌套RecyclerView时没

作者: 龙龙zzl | 来源:发表于2018-07-10 14:46 被阅读0次

LinearLayoutManager layoutManager = new LinearLayoutManager(this);

        layoutManager.setSmoothScrollbarEnabled(true);

        layoutManager.setAutoMeasureEnabled(true);

        recyclerView.setLayoutManager(layoutManager);

        recyclerView.setHasFixedSize(true);

        recyclerView.setNestedScrollingEnabled(false);   //嵌套滑动

相关文章

网友评论

      本文标题:NestedScrollView嵌套RecyclerView时没

      本文链接:https://www.haomeiwen.com/subject/dlgfpftx.html