Change Spinner dropdown icon

后端 未结 9 2153
旧巷少年郎
旧巷少年郎 2020-12-12 14:07

The solutions I found to change the spinner dropdown icon where all:

1. create a custom drawable



        
9条回答
  •  一整个雨季
    2020-12-12 15:10

    For this you can use .9 Patch Image and just simply set it in to background.

    android:background="@drawable/spin"
    

    Here i'll give you .9patch image. try with this.

    Right click on image and click Save Image as

    set image name like this : anyname.9.png and hit save.

    Enjoy.. Happy Coading. :)

提交回复
热议问题