I want to change color of ListView separator line. Any help would be appreciated.
ListView
Use android:divider="#FF0000" and android:dividerHeight="2px" for ListView.
android:divider="#FF0000"
android:dividerHeight="2px"