使用旧API的现代android主题

时间:2014-04-11 07:06:12

标签: android android-spinner

现在我有这样的微调器主题:

enter image description here

我正在使用android:minSdkVersion="7"编写应用。 我想在Theme.Holo.Light中设置像spinner一样的微调器主题。

enter image description here

我可以做到这一点,如果可以,你能解释一下我应该采取的步骤吗?

当我尝试用Holo替换spinner主题时,Eclipse开始告诉我我不能这样做,因为这个微调器样式的min api是7,它应该是11。

<Spinner
    android:id="@+id/meter_place_view_spinner"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    style="@android:style/Widget.Holo.Spinner" />

1 个答案:

答案 0 :(得分:0)

您可以使用旧的设备端口Holo主题的库。试试HoloEverythere