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

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

Issue 29325935: Issue 2991 - Wrong background colour for focused shaped button on phones (Closed)
Patch Set: Created Sept. 4, 2015, 1:28 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/values/colors.xml
diff --git a/mobile/android/base/resources/values/colors.xml b/mobile/android/base/resources/values/colors.xml
index 954822f5f0a9378b0fd631e29cf8fc814d352f07..93c34adc8240bda8f2d07907c6cec312309e2375 100644
--- a/mobile/android/base/resources/values/colors.xml
+++ b/mobile/android/base/resources/values/colors.xml
@@ -48,7 +48,7 @@
<color name="new_tablet_highlight_focused">#C0C9D0</color>
<!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey -->
- <color name="highlight_shaped">#FFFFFFFF</color>
+ <color name="highlight_shaped">#FFF8F8F8</color>
<!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_grey -->
<color name="highlight_shaped_focused">#FF565B60</color>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld