You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
457 B
12 lines
457 B
<?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>
|
|
|