
Default theme is dark (Holo dark on >=11), addition is light on <11, Holo.Ligt on >=11 and Holo.Light.DarkActionbar on >=14
12 lines
366 B
XML
12 lines
366 B
XML
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="AppBaseTheme" parent="android:Theme.Holo">
|
|
<!-- API 14 theme customizations go here -->
|
|
</style>
|
|
|
|
<style name="AppBaseThemeLight" parent="android:Theme.Holo.Light.DarkActionBar">
|
|
<!-- API 14 theme customizations go here -->
|
|
</style>
|
|
|
|
</resources>
|