I need to change the divider color in the listview. The code I am using to accomplish this is quoted below:
You should add the following code in ListView:
android:divider="@android:color/white" android:dividerHeight="0.2dp"