зеркало из https://github.com/mozilla/gecko-dev.git
Bug 846396: Settings screen in blue. [r=wesj]
This commit is contained in:
Родитель
6ed083fe77
Коммит
4d98e2938c
|
@ -55,6 +55,7 @@
|
|||
|
||||
<!-- GeckoPreferences ActionBar -->
|
||||
<style name="ActionBar.GeckoPreferences">
|
||||
<item name="android:background">@color/background_normal</item>
|
||||
<item name="android:displayOptions">showHome|homeAsUp|showTitle</item>
|
||||
</style>
|
||||
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
|
||||
<style name="Gecko.TitleBar.Preferences">
|
||||
<item name="android:actionBarStyle">@style/ActionBar.GeckoPreferences</item>
|
||||
<item name="android:windowBackground">@color/background_normal</item>
|
||||
</style>
|
||||
|
||||
<style name="Gecko.Translucent.TabsTray">
|
||||
|
|
|
@ -44,7 +44,9 @@
|
|||
<item name="android:windowBackground">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="Gecko.TitleBar.Preferences"/>
|
||||
<style name="Gecko.TitleBar.Preferences">
|
||||
<item name="android:windowBackground">@color/background_normal</item>
|
||||
</style>
|
||||
|
||||
<style name="Gecko.Translucent.TabsTray"/>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче