Yes it is possible to set colors on a case by case basis using the provided
API.

It's just that the provided API is not structured the way you expect.

Create a data item class with fields to base the logic on
Extend BaseAdapter
Override getView
Check the data item fields and make the decision
Optionally, delegate to a method in the activity, an "appearance manager"
object, or make the decision in some other way.

-- Kostya

5 января 2012 г. 23:07 пользователь John Davis <davi...@gmail.com> написал:

> Yes, I would think it is possible, but not in this version. Its
> possible to set all line items to the same value.  However, its not
> possible to set the colors on a case by case value using the provided
> api.
>
>

-- 
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