On Sat, Jun 18, 2011 at 3:09 PM, Greg Donald <gdon...@gmail.com> 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 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

Reply via email to