I want to set the theme of the spinner widget to Holo.Light, without using xml. Say in xml layout, you would write :
style="@android:style/Widget.Holo.Spinner"
How can I do it programatically?
I want to set the theme of the spinner widget to Holo.Light, without using xml. Say in xml layout, you would write :
style="@android:style/Widget.Holo.Spinner"
How can I do it programatically?