I would like the spinner dropdown to open right below the spinner itself. E.g.:
How can i set the position of spinner dropdown?
Declare the spinner mode as a dropdown:
android:spinnerMode="dropdown"
then use the vertical offset to close the gap:
android:dropDownVerticalOffset="-15dp"
Spinner Android Documentation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With