Hi, I have 3 spinners: 2 using a strings.xml and the third one is binded with a SpinnerAdapter:
SpinnerAdapter adapter = new ArrayAdapter<String>(this, android.R.layout.simple_spinner_dropdown_item, cities); spinner.setAdapter(adapter); For some odd reason, I get a streched spinner and a radio button inside the box: http://imgur.com/eRdek.png I tried changing to simple_spinner_dropdown_item to simple_spinner_item but when I see the list of selectable values, each of them is really thin and hard to chose with the finger: http://imgur.com/7I05G.png How can I correct this behaviour? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

