美文网首页Android资源收录
NestedScrollView嵌套RecyclerView

NestedScrollView嵌套RecyclerView

作者: wenld_ | 来源:发表于2017-05-04 10:43 被阅读180次
    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/vxurtxtx.html