On Sat, Jun 18, 2011 at 1:48 PM, Dianne Hackborn <[email protected]> wrote: > Use this: > http://developer.android.com/reference/android/widget/AbsListView.html#setCacheColorHint(int) > http://developer.android.com/reference/android/widget/AbsListView.html#attr_android:cacheColorHint > > Note that doing this means that ListView can't use important drawing > optimizations, so on many devices this will cause scrolling to be noticeably > less smooth.
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. -- 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

