Index: mobile/android/base/resources/values/styles.xml |
=================================================================== |
--- a/mobile/android/base/resources/values/styles.xml |
+++ b/mobile/android/base/resources/values/styles.xml |
@@ -1,15 +1,17 @@ |
<?xml version="1.0" encoding="utf-8"?> |
<!-- This Source Code Form is subject to the terms of the Mozilla Public |
- License, v. 2.0. If a copy of the MPL was not distributed with this |
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> |
+ <!-- Using ABB color palette in some styles. See https://issues.adblockplus.org/ticket/3769 --> |
+ |
<!-- |
Base application styles. This could be overridden in other res/values-XXX/themes.xml. |
--> |
<style name="Widget"/> |
<style name="Widget.BaseButton" parent="android:style/Widget.Button"/> |
<style name="Widget.BaseDropDownItem" parent="android:style/Widget.DropDownItem"/> |
@@ -361,17 +363,17 @@ |
<item name="android:textColorHint">?android:attr/textColorHintInverse</item> |
<item name="android:textColorHighlight">@color/text_color_highlight_inverse</item> |
<item name="android:textColorLink">?android:attr/textColorLink</item> |
</style> |
<style name="TextAppearance.EmptyMessage" parent="TextAppearance.Large"/> |
<style name="TextAppearance.EmptyHint" parent="TextAppearance.Medium"> |
- <item name="android:textColor">#FFA62F</item> |
+ <item name="android:textColor">@color/abb_accent_dark_blue</item> |
</style> |
<style name="TextAppearance.Micro"> |
<item name="android:textSize">12sp</item> |
<item name="android:textColor">?android:attr/textColorTertiary</item> |
</style> |
<style name="TextAppearance.Micro.Inverse"> |
@@ -408,17 +410,17 @@ |
<style name="TextAppearance.Widget.Home.Header" parent="TextAppearance.Small"> |
<item name="android:textColor">?android:attr/textColorPrimary</item> |
</style> |
<style name="TextAppearance.Widget.Home.ItemTitle" parent="TextAppearance.Medium"/> |
<style name="TextAppearance.Widget.Home.ItemDescription" parent="TextAppearance.Micro"> |
- <item name="android:textColor">@color/tabs_tray_icon_grey</item> |
+ <item name="android:textColor">@color/abb_text_divider_grey</item> |
</style> |
<style name="TextAppearance.Widget.HomeBanner" parent="TextAppearance.Small"> |
<item name="android:textColor">?android:attr/textColorHint</item> |
</style> |
<style name="TextAppearance.DoorHanger"> |
<item name="android:textColor">@color/placeholder_active_grey</item> |
@@ -580,17 +582,17 @@ |
<style name="TabWidget"> |
<item name="android:layout_width">wrap_content</item> |
<item name="android:layout_height">40dip</item> |
<item name="android:layout_weight">1.0</item> |
</style> |
<!-- Find bar --> |
<style name="FindBar"> |
- <item name="android:background">@color/text_and_tabs_tray_grey</item> |
+ <item name="android:background">@color/abb_background_light_grey</item> |
<item name="android:paddingLeft">3dip</item> |
<item name="android:paddingRight">3dip</item> |
<item name="android:paddingTop">6dip</item> |
<item name="android:paddingBottom">6dip</item> |
</style> |
<!-- Find bar - Image Button --> |
<style name="FindBar.ImageButton"> |