I want to change color of ListView separator line. Any help would be appreciated.
ListView
You can set this value in a layout xml file using android:divider="#FF0000". If you are changing the colour/drawable, you have to set/reset the height of the divider too.
android:divider="#FF0000"