I have a problem with the ListView‘s color while scrolling. When I scroll the ListView, by default I am getting orange color in divider. How to change the color of divider when scrolling the ListView? Can anyone help me?…
my code is:
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:divider="@android:color/transparent"
android:cacheColorHint="@android:color/transparent"
android:dividerHeight="5dp"
android:layout_marginTop="5dp" >
</ListView>
Add this to your xml listview layout