[android-developers] Re: Color Spinner list items

2009-06-08 Thread JP
Thanks Mark, Can you point me to an example of this? I have tried to use ArrayAdapter as my base class. [CODE] @Override public View getView(int position, View convertView, ViewGroup parent) { // When convertView is not null, we can reuse it directly, there is no need //

[android-developers] Re: Color Spinner list items

2009-06-08 Thread Mark Murphy
JP wrote: Can you point me to an example of this? http://wiki.andmob.org/samplecode In there, you will find links to a half-dozen or so blog posts I have up on AndroidGuys in the Fancy ListViews series that covers all of this. They are written in the context of ListView, but the basic

[android-developers] Re: Color Spinner list items

2009-06-05 Thread Mark Murphy
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