CardView not shown in RecyclerView

前端 未结 3 523
面向向阳花
面向向阳花 2021-01-25 14:18

I have a problem which is driving me nuts. Basically it is a simple RecyclerView which displays a cardview. There are a lot of posts out there already, which I checked. I have a

3条回答
  •  梦毁少年i
    2021-01-25 15:03

    Just try after adding this line inside your recyclerview:

    app:layout_behavior="@string/appbar_scrolling_view_behavior"
    

    like this:

    
    
    

    Hope it will help you.

提交回复
热议问题