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