标签: android android-spinner android-theme
我想将spinner小部件的主题设置为Holo.Light,而不使用xml。比如在xml布局中,你会写:
style="@android:style/Widget.Holo.Spinner"
我该如何以编程方式执行此操作?