Don\'t know how to express myslef very well.As you see down in my code I have a String,an ArrayList of Strings and a spinner.
In my code I add the elements of my String
Modify your string which will be shown in spinner like this
StringBuffer accounts = new StringBuffer("one");
stringBuffer.append("\n");
stringBuffer.append("two");
stringBuffer.append("\n");
stringBuffer.append("three");
stringBuffer.append("\n");
stringBuffer.append("four");
TextView
in the spinner will populate the values in different lines provided height and width is wrap_content