tor-android/res/values/theme.xml

15 lines
486 B
XML
Raw Normal View History

<?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>
</resources>