I have a screen where the user has many items to input so screen space is at a premium.
I want the look of the widget on the screen (before the user presses it) t
I was having the same issue and changed the style to:
style="@style/Widget.AppCompat.Light.DropDownItem.Spinner"
and it worked.
How odd, Its located in DropDownItem.
DropDownItem
While the one that have the bottom triangle is named the normal.
Cheers!