关于AppBarLayout.setExpanded后页面无法滑动的问题

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

example:

appBar.setExpanded(true,true);

recyclerView.scrollToPosition(0);

你可能感兴趣的:(关于AppBarLayout.setExpanded后页面无法滑动的问题)