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
You can also remove the padding of spinner in xml
Only need to set padding to 0dp.