美文网首页学习笔记
关于AppBarLayout.setExpanded后页面无法滑

关于AppBarLayout.setExpanded后页面无法滑

作者: 奔三路上的少年 | 来源:发表于2019-05-17 10:55 被阅读0次

    在调用APPBarLayout.setExpanded后,如果下方有列表控件不在顶部,需要将列表控件设置回到顶部,不然会导致页面无法滑动。

    example:

    appBar.setExpanded(true,true);

    recyclerView.scrollToPosition(0);

    相关文章

      网友评论

        本文标题:关于AppBarLayout.setExpanded后页面无法滑

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