Changing spinner arrow, Appcompat v21

前端 未结 5 2133
情深已故
情深已故 2021-02-04 17:56

i have activities which i themed with my custom theme, but for spinner i choosed to style it with Appcompat v21 but i got this :

5条回答
  •  無奈伤痛
    2021-02-04 18:39

    Might be late but better late than never. To respond to your question: "Is there a way to use it only in spinner?". The answer is yes, refer to the code below.

    Add this code to your theme or style file

    
    

    Then in your XML that use spinner you can add this line

    android:theme="@style/customSpinnerTheme"
    

    e.g.

    
    

提交回复
热议问题