As it turns out, there seems to be a bug in the system. If you set the background of a list or a grid (even if it is a solid color) then that disappears when you touch around it. This is inspite of disabling cacheColorHint. If you really want to set the background of a list make the list/grid a child of a layout (LinearLayout, Relative Layout, FrameLayout) and set the background of the layout.
On Sep 2, 9:40 pm, Tikoze <[email protected]> wrote: > I had a copy/paste error. > > Change: <item name="android:background">@drawable/translucent_box</ > item> > To: <item name="android:background">@drawable/ > translucent_background</item> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

