You need to call setCacheColorHint() on the ListView itself. You need do this only once.
On Sat, Jun 18, 2011 at 1:10 PM, Greg Donald <[email protected]> wrote: > On Sat, Jun 18, 2011 at 3:09 PM, Greg Donald <[email protected]> wrote: >> The View passed to me in getView() in my CursorAdapter does not appear >> to have setCacheColorHint(). >> >> Looks like setCacheColorHint() exists for the list view itself but my >> problem is with list items, not the list. > > I found something with a similar name but it doesn't work. > > int color = Color.argb( 80, 0, 0, 0 ); > v.setDrawingCacheBackgroundColor( color ); > > > > -- > Greg Donald > destiney.com | gregdonald.com > > -- > 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 > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

