tor-android/res/values/theme.xml

14 lines
410 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
2015-12-16 14:59:00 +00:00
<style name="DefaultTheme" parent="Theme.AppCompat">
<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>
</resources>