[Android] Theme.Holo

  • 0
在  AndroidManifest.xml 裡加入 <application android:theme="@android:style/Theme.Holo">
(需要 Android 3.0 / API LV 11 up)
( 實作 Action Bar + Android 2.x, 即可在 API LV 8 運行 )
Holo.Everywhere 中也有說明如何 Using Holo while supporting Android 2.x )

Theme.Holo.Dark - 黑底白字 (Default)
Theme.Holo.Light - 白底黑字
Theme.Holo.Light.DarkActionBar 白底黑字 & 黑 ActionBar (Android 4.0 / API LV 14 up)

<style name="LightThemeSelector" parent="android:Theme.Light">
    ...
</style>

Reference
 [Design] Themes | Android Developer

沒有留言 :

張貼留言