Don't collapse Toolbar when RecyclerView fits the screen

前端 未结 10 1520
陌清茗
陌清茗 2020-11-30 21:08


I\'ve made an app using Android Design Library, with a Toolbar and TabLayout.
Actually 2 tabs are present, both with 2 RecyclerView, that automati

10条回答
  •  我在风中等你
    2020-11-30 21:27

    You can add within your XML, the property layout_behaviour with value @string/appbar_scrolling_view_behavior this way:

    app:layout_behavior="@string/appbar_scrolling_view_behavior"
    

提交回复
热议问题