12 lines
356 B
XML
12 lines
356 B
XML
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="AppBaseThemeDark" parent="android:Theme.Holo">
|
|
<!-- API 11 theme customizations go here -->
|
|
</style>
|
|
|
|
<style name="AppBaseThemeLight" parent="android:Theme.Holo.Light">
|
|
<!-- API 11 theme customizations go here -->
|
|
</style>
|
|
|
|
</resources>
|