How To Change Spinner Background Color?
I have prepared custom spinner with text color and text size using adapter.By default spinner background color while ,here i want to change white to some other color or image? Is t
Solution 1:
<Spinner android:id="@+id/spinner"
...
android:background="#YOUR_HEXA_COLOR"/>
This didn't work for you?
Else if you are using a custom Spinner you can have it from this Blog
.
Post a Comment for "How To Change Spinner Background Color?"