By default the spinner width is set to fit the largest item in the dropdown but I want it to be the same width as the selected item.
Setting the spinners XML to:
android:layout_width="wrap_content"
worked for me.