Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Change drop down arrow Arrow for Spinner Control in Android?

Tags:

android

I am writing an Android App in which I am using Spinner Control. I customized my spinner control by creating my own list. I want to change the drop down arrow present beside the spinner control . Can anyone help me how to change the drop down arrow of spinner control . I want to replace that arrow by own arrow Image.

like image 809
Android_programmer_camera Avatar asked Nov 28 '10 18:11

Android_programmer_camera


1 Answers

You have to make a style and then set that style of your spinner. The spinner's background with the arrow work as a button. So, if you make a style for a button with the various states button pressed, button selected then it will work for you. You can't change the arrow only, you have to change the full background. hope you have understand what I meant...

like image 131
gypsicoder Avatar answered Sep 23 '22 13:09

gypsicoder