16 lines
514 B
XML
Raw Normal View History

2013-11-03 16:12:22 +01:00
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppBaseThemeDark" parent="Theme.AppCompat">
2013-11-03 16:12:22 +01:00
<!-- API 11 theme customizations go here -->
</style>
2013-11-03 16:12:22 +01:00
<style name="AppBaseThemeLight" parent="Theme.AppCompat.Light">
2013-11-03 16:12:22 +01:00
<!-- API 11 theme customizations go here -->
</style>
<style name="AppBaseThemeLightWithDarkActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- API 11 theme customizations go here -->
</style>
2013-11-03 16:12:22 +01:00
</resources>