mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 846396: Settings screen in blue. [r=wesj]
This commit is contained in:
parent
fb9e612e8b
commit
f0f0101a49
@ -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"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user