CoordinatorLayout 里如果有 RecyclerView,但是不想将 RecyclerView 作为依赖控件 ,可以这么设置
recyclerView.setNestedScrollingEnabled(false);
CoordinatorLayout 在代码里控制 AppBarLayout 伸展和收起,appBarLayout.setExpanded(boolean expanded, boolean animate);
CoordinatorLayout 里如果有 RecyclerView,但是不想将 RecyclerView 作为依赖控件 ,可以这么设置
recyclerView.setNestedScrollingEnabled(false);
CoordinatorLayout 在代码里控制 AppBarLayout 伸展和收起,appBarLayout.setExpanded(boolean expanded, boolean animate);