setting android:listSelector to @android:color/transparent should do the job.
Hope this helps, Tomas On Dec 29 2011, 6:48 pm, authorwjf <[email protected]> wrote: > One solution I've come across is not to use: > <itemandroid:drawable="@android:color/transparent" /> for the default state > but rather a solid color such as white. This effectively "fixes" the > demo code, however it still causes issues in my production environment > because the background of the listview itself is a custom graphic and > thus I wanted it to show through. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

