In my Android application, I am using spinner, and I have loaded data from the SQLite database into the spinner, and it\'s working properly. Here is the code for that.
If you work with android.support.v7.widget.AppCompatSpinner here is the simplest tested solution using styles:
And the style:
The only downside is the android:backgroundTint sets color for both the dropdown arrow and the dropdown background.