我在我的活動中創建了一個微調框,當我在我的果凍豆設備上運行我的應用程序時,微調框的主題就像2.x,我怎樣才能獲得ICS?舊主題在4.0+應用程序
這裏是我的微調代碼:
<Spinner
android:id="@+id/spinnermap"
style="@android:style/Theme.Holo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true" />
正如你可以看到我試圖設置全局樣式「河洛」,但沒有結果..
我有同樣的問題與NumberPicker
但可以」記住我如何修復它。
您是否在清單中檢查了目標? – gian1200
是的,我的應用程序是針對sdk 14到17,這就是爲什麼我想知道爲什麼holo主題不是自動的! – Mino