Margin between items in recycler view Android

后端 未结 10 1346
自闭症患者
自闭症患者 2020-12-24 02:06

Hi I am Following this tutorial:

http://www.journaldev.com/10024/android-recyclerview-and-cardview-example-tutorial

Now I am facing a weird issue the mar

10条回答
  •  爱一瞬间的悲伤
    2020-12-24 02:32

    Try to add RecyclerView.ItemDecoration

    To know how to do that: How to add dividers and spaces between items in RecyclerView?

提交回复
热议问题