i tried a lot to change the dropdown item height of spinner.. but i couldn\'t get a good solution.. plz help me guys..
here is a code loginactivityview.xml
add this in your adapter : convertView.setMinimumHeight(60); which works for me.