How to add dividers and spaces between items in RecyclerView?

前端 未结 30 3378
清歌不尽
清歌不尽 2020-11-22 03:27

This is an example of how it could have been done previously in the ListView class, using the divider and dividerHeight parame

30条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 04:08

    1.One of the Way is by using cardview and recycler view together we can easily add effect like divider. ex.https://developer.android.com/training/material/lists-cards.html

    2.and other is by adding view as divider to list_item_layout of recycler view.

            
    

提交回复
热议问题