mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Bug 1201206 - Inherit from version specific styles for prefs. r=mhaigh
This excludes Material design in v21+, which will be overridden with AppCompat in the following changeset. --HG-- extra : commitid : JL19c4EJfVf extra : rebase_source : b9030c31b99bd2e1613fc7898e7ef4f9c275003c
This commit is contained in:
parent
923dfe3379
commit
9e877054db
@ -24,7 +24,8 @@
|
||||
|
||||
<style name="GeckoTitleDialogBase" parent="@android:style/Theme.Holo.Light.Dialog" />
|
||||
|
||||
<style name="GeckoPreferencesBase" parent="GeckoBase">
|
||||
<style name="GeckoPreferencesBase" parent="@android:style/Theme.Holo.Light">
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:windowActionBar">true</item>
|
||||
<item name="android:windowNoTitle">false</item>
|
||||
<item name="android:actionBarStyle">@style/ActionBar.GeckoPreferences</item>
|
||||
|
@ -21,8 +21,9 @@
|
||||
|
||||
<style name="GeckoTitleDialogBase" parent="@android:style/Theme.Dialog" />
|
||||
|
||||
<style name="GeckoPreferencesBase" parent="GeckoBase">
|
||||
<style name="GeckoPreferencesBase" parent="@android:style/Theme.Light">
|
||||
<item name="android:windowNoTitle">false</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
</style>
|
||||
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user