Hey, i asked it at SO few days ago, no answer yet, hoped someone here
will have an idea...
(http://stackoverflow.com/questions/6146442/spinner-items-selection-
radio-missing)

When my items contains English and/or numeric signs, it shows the
radio selection near the item, but when it doesn't contains any
English and/or numeric signs (contains only Hebrew in my example) it
does not show the radio selection near the item.

For the adapters (array adapter) creation i used the layout
"android.R.layout.simple_spinner_item"

And before setting the Spinner adapter I did

 
adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);

The solution I found for now, is set the layout to
"simple_dropdown_item_1line"; this solves the problem by not showing
the radio button.

Any ideas on how to get the radio button visible always?


-----------------
correction - it does not solve the problem, in _few_ of my spinner the
text is now whit (on a white background..)

Thanks,
Nadav

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