How to change the divider color in the listview?

后端 未结 6 715
庸人自扰
庸人自扰 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:22

    You should add the following code in ListView:

       android:divider="@android:color/white"
       android:dividerHeight="0.2dp"
    

提交回复
热议问题