I have a ListViewItem with a custom gradient background. The default selector no longer highlights these rows anymore. Highlight only works if I set the background to transparent. How can I get the highlight?
<ListView android:id="@+id/symbolsListView"
android:layout_width="fill_parent" android:background="@drawable/transparent_background"
android:layout_height="390dp" android:divider="@drawable/ui_divider_line"
android:cacheColorHint="#00000000" android:listSelector="@drawable/blue" android:drawSelectorOnTop="true">