First, I want to imitate the effect like
"android.R.layout.simple_spinner_dropdown_item"

which is TextView+radiobutton

but either the getView() or getDropDownView only cares about one row
at a time, while the whole radiobuttons in spinner is like one
RadioGroup, and when dropdown view is opened, the radiobutton with
which item is selected before must be checked.

so how can I imitate the layout like simple_spinner_dropdown_item?

Second, I want to add different ImageView in each row, so I can't just
use the default simple_spinner_dropdown_item, I must redefine the
ArrayAdapter.

So, is there a best way to get through these?

I like the layout in simple_spinner_dropdown_item, but I also want to
add ImageView...

Please give me any clue at all

Thanks!!

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