changed location of ActionBarSherlock lib

This commit is contained in:
Dominik
2012-11-19 18:01:05 +01:00
parent be569984b8
commit 882610627c
385 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?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>