How can I fix the Spinner style for Android 4.x placed on top of the Toolbar

后端 未结 15 753
别那么骄傲
别那么骄傲 2020-12-04 06:10

According to Android documentation, Material Design style is supported for Spinner widget.

So I decided to use it in my app placing it on top of the Toolbar.

<

15条回答
  •  伪装坚强ぢ
    2020-12-04 06:35

    Had the exact same issue with the spinner's

    What i did was to add a custom theme to spinner

     
    

    styles.xml

      
    
    
    

提交回复
热议问题