mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 861655: Settings screen should be in white. [r=wesj]
This commit is contained in:
parent
546d488989
commit
ffc98e267e
@ -58,7 +58,6 @@
|
||||
|
||||
<!-- GeckoPreferences ActionBar -->
|
||||
<style name="ActionBar.GeckoPreferences">
|
||||
<item name="android:background">@color/background_normal</item>
|
||||
<item name="android:displayOptions">showHome|homeAsUp|showTitle</item>
|
||||
</style>
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
</style>
|
||||
|
||||
<style name="GeckoPreferencesBase" parent="GeckoBase">
|
||||
<item name="android:windowBackground">@color/background_normal</item>
|
||||
<item name="android:windowActionBar">true</item>
|
||||
<item name="android:windowNoTitle">false</item>
|
||||
<item name="android:actionBarStyle">@style/ActionBar.GeckoPreferences</item>
|
||||
|
@ -420,12 +420,4 @@
|
||||
|
||||
<style name="GeckoDialogTitle.SubTitle" />
|
||||
|
||||
<style name="PreferencesListView" parent="@android:style/Widget.ListView">
|
||||
<item name="android:cacheColorHint">@color/background_normal</item>
|
||||
</style>
|
||||
|
||||
<style name="PreferencesExpandableListView" parent="@android:style/Widget.ExpandableListView">
|
||||
<item name="android:cacheColorHint">@color/background_normal</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
<style name="GeckoPreferencesBase" parent="GeckoBase">
|
||||
<item name="android:windowNoTitle">false</item>
|
||||
<item name="android:windowBackground">@color/background_normal</item>
|
||||
</style>
|
||||
|
||||
<!--
|
||||
@ -91,9 +90,6 @@
|
||||
<item name="android:expandableListViewStyle">@style/Widget.ExpandableListView</item>
|
||||
</style>
|
||||
|
||||
<style name="Gecko.Preferences" parent="GeckoPreferencesBase">
|
||||
<item name="android:listViewStyle">@style/PreferencesListView</item>
|
||||
<item name="android:expandableListViewStyle">@style/PreferencesExpandableListView</item>
|
||||
</style>
|
||||
<style name="Gecko.Preferences" parent="GeckoPreferencesBase"/>
|
||||
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user