How can I manage the height of android spinner items?
- by rushinge
I have an android spinner that's populated by a list of strings using an ArrayAdapter and it operates fine, however because of the way the spinner is displayed I'm running into a display height problem with the list items.
At first glance it would seem that the ArrayAdapter can use a single layout for displaying options which leads to the problem…