JP wrote:
> Hi guys,
> 
> I am trying to change the text color of the spinner list items
> individually.
> 
> I would like to be able to color the top three texts black and then
> the bottom four grey. This way the last items look disabled, but I
> still want to be able to capture the event when they are chosen.
> 
> I haven't been able to find any documentation on how to do that.

Override getView() in your Adapter (or newView()/bindView() if you
inherit from CursorAdapter) and render the rows yourself, however you wish.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

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