I have a list view and an adapter that sets alternating background colors to the list items (\"zebra\" list style):
public View getView(final int position, V
You need to change your list highlight color if you do it via styles
or you can set same attribute in code my_selector is a state drawable - look for examples in the SDK directory :