You can use
android:overlapAnchor="false"
This will show the dropdown below the spinner view (Work on api level 21 and higher).
You can use
android:overlapAnchor="false"
This will show the dropdown below the spinner view (Work on api level 21 and higher).