How to change the divider color in the listview?

后端 未结 6 714
庸人自扰
庸人自扰 2020-12-14 06:06

I need to change the divider color in the listview. The code I am using to accomplish this is quoted below:



        
6条回答
  •  爱一瞬间的悲伤
    2020-12-14 06:24

    A different approach is in your styles.xml just add to the style tag

    #B6B6B6
    

    e.g:

    
    

提交回复
热议问题