1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-10-31 23:45:00 -04:00
Yaaic/libs/ActionBarSherlock/res/values-v11/abs__themes.xml
2012-04-04 21:24:57 +02: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>