学习笔记

关于AppBarLayout.setExpanded后页面无法滑

2019-05-17  本文已影响0人  奔三路上的少年

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

example:

appBar.setExpanded(true,true);

recyclerView.scrollToPosition(0);

上一篇 下一篇

猜你喜欢

热点阅读