Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/values/styles.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/base/resources/values/dimens.xml ('k') | mobile/android/base/resources/values/themes.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/values/styles.xml
===================================================================
--- a/mobile/android/base/resources/values/styles.xml
+++ b/mobile/android/base/resources/values/styles.xml
@@ -361,17 +361,18 @@
<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>
+ <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 -->
+ <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 +409,18 @@
<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>
+ <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 -->
+ <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,18 @@
<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>
+ <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 -->
+ <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">
« no previous file with comments | « mobile/android/base/resources/values/dimens.xml ('k') | mobile/android/base/resources/values/themes.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld