mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Added ActionBarSherlock library compatiblity support
This commit is contained in:
parent
f4fe37cee6
commit
6d105f4844
374 changed files with 34299 additions and 25 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="Theme.Commons" parent="android:style/Theme.Holo.Light">
|
||||
<style name="Theme.Commons" parent="@style/Theme.Sherlock.Light">
|
||||
<item name="android:actionBarStyle">@style/ActionBar</item>
|
||||
</style>
|
||||
|
||||
<style name="ActionBar" parent="android:style/Widget.Holo.Light.ActionBar">
|
||||
<style name="ActionBar" parent="@style/Theme.Sherlock.Light">
|
||||
<item name="android:background">@drawable/action_bar_translucent</item>
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue