2011-06-12 19:41:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<color name="custom_theme_color">#333</color>
|
|
|
|
<style name="DefaultTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
</style>
|
2014-11-29 04:52:57 +00:00
|
|
|
|
|
|
|
<!-- the theme applied to the application or activity -->
|
|
|
|
<style name="CustomActionBarTheme"
|
|
|
|
parent="@style/Theme.AppCompat">
|
|
|
|
<item name="android:windowActionBarOverlay">true</item>
|
|
|
|
</style>
|
2011-06-12 19:41:46 +00:00
|
|
|
</resources>
|