One solution I've come across is not to use: <item android: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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en