I\'m using android spinner and edittext from support lib v21. I would like to align text to left the same like edittext as shown in figure. But, deafult spinner include spac
Try this,
Create custom layout(as you need) for spinner row.
inflate the layout when you set the data adapter to the spinner.