2011-06-12 19:41:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<resources>
|
2015-12-16 14:59:00 +00:00
|
|
|
<style name="DefaultTheme" parent="Theme.AppCompat">
|
2011-06-12 19:41:46 +00:00
|
|
|
<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"
|
2015-12-16 14:59:00 +00:00
|
|
|
parent="Theme.AppCompat">
|
2014-11-29 04:52:57 +00:00
|
|
|
<item name="android:windowActionBarOverlay">true</item>
|
|
|
|
</style>
|
2011-06-12 19:41:46 +00:00
|
|
|
</resources>
|