Started using ActionBarSherlock
This commit is contained in:
12
com_actionbarsherlock/res/values-v11/abs__themes.xml
Normal file
12
com_actionbarsherlock/res/values-v11/abs__themes.xml
Normal 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>
|
||||
Reference in New Issue
Block a user