mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21: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
32
libs/ActionBarSherlock/res/values-v14/abs__themes.xml
Executable file
32
libs/ActionBarSherlock/res/values-v14/abs__themes.xml
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<style name="Sherlock.__Theme" parent="android:Theme.Holo">
|
||||
</style>
|
||||
<style name="Sherlock.__Theme.Light" parent="android:Theme.Holo.Light">
|
||||
</style>
|
||||
<style name="Sherlock.__Theme.DarkActionBar" parent="android:Theme.Holo.Light.DarkActionBar">
|
||||
<!-- Useful for offsetting contents with an overlay action bar. -->
|
||||
<item name="actionBarSize">?android:attr/actionBarSize</item>
|
||||
<!-- Needed for our bug-fix dropdown list navigation layout. :( -->
|
||||
<item name="dropdownListPreferredItemHeight">48dp</item>
|
||||
<!-- Needed for our ShareActionProvider implementation. -->
|
||||
<item name="android:actionBarWidgetTheme">@style/Theme.Sherlock</item>
|
||||
<!-- For crazy people who use IcsSpinner. -->
|
||||
<item name="dropDownListViewStyle">?android:attr/dropDownListViewStyle</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Sherlock.NoActionBar">
|
||||
<item name="android:windowActionBar">false</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
</style>
|
||||
<style name="Theme.Sherlock.Light.NoActionBar">
|
||||
<item name="android:windowActionBar">false</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Sherlock.Dialog" parent="android:Theme.Holo.Dialog">
|
||||
</style>
|
||||
<style name="Theme.Sherlock.Light.Dialog" parent="android:Theme.Holo.Light.Dialog">
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue