1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/plugins/ActionBarSherlock/library/res/values-v11/abs__themes.xml
2012-11-24 17:15:06 -05:00

13 lines
457 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Sherlock.__Theme" parent="android:Theme.Holo">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
</style>
<style name="Sherlock.__Theme.Light" parent="android:Theme.Holo.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
</style>
</resources>