Is it possible to apply a custom background to each Listview item via the list selector?
The default selector specifies @android:color/transparent for t
@android:color/transparent
Never ever use a "background color" for your listview rows...
this will block every selector action (was my problem!)
good luck!