How can change the size of each item area . Look at the red line to understand what I mean. I use class to create the spinner and have this method which I think I can change the size to make it more large. But I don't know which attribute I should use
Image : http://store3.up-00.com/Nov12/e5Z93428.png
public View getDropDownView(int position, View convertView,
ViewGroup parent) {
TextView label = new TextView(context);
label.setTextColor(Color.BLACK);
}