Android: How to set spinner selector to own image/icon?

后端 未结 3 1945
迷失自我
迷失自我 2020-12-18 06:14

I have searching and testing to set my own image/icon in a Spinner but i get error.

I have alrady with styling set background image but then the spinner icon on the

3条回答
  •  暖寄归人
    2020-12-18 06:51

    I have the same problem. The only workaround I found is combining the selector icon to the background and then override the background only. Don't use the android:spinnerSelector attribute.

提交回复
热议问题