Add views below toolbar in CoordinatorLayout

前端 未结 4 662
无人共我
无人共我 2020-11-28 01:41

I have the following layout:



        
4条回答
  •  眼角桃花
    2020-11-28 01:58

    As of Android studio 3.4, You need to put this line in your Layout which holds the RecyclerView.

    app:layout_behavior="android.support.design.widget.AppBarLayout$ScrollingViewBehavior"
    

提交回复
热议问题