Why there is no space between CardViews on Lollipop?

前端 未结 4 541
小鲜肉
小鲜肉 2021-01-30 06:26

I try to use the CardView and it works well below 5.0, but looks strange on Lollipop.

\"enter

4条回答
  •  温柔的废话
    2021-01-30 07:04

    Use this two tags below inside of your cardview:

    app:cardPreventCornerOverlap="false"
    app:cardUseCompatPadding="true"
    

提交回复
热议问题