Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4063)

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 1459593002: Added a UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index c1ecf5fcf0bd2bc4109b498b0fc7fbab06e05285..85958b50051edd8d90c780d17b973b86f4f0f5d5 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -172,4 +172,15 @@
<color name="nearby_urls_background_color">#fff</color>
<color name="physical_web_no_urls_text_color">#5a5a5a</color>
+ <!-- Colors for letter tiles -->
+ <array name="letter_tile_colors">
newt (away) 2015/12/12 00:30:30 It'd be fine to just put these colors in Java.
PEConn 2015/12/14 17:05:14 Done.
+ <item>#f16364</item>
+ <item>#f58559</item>
+ <item>#f9a43e</item>
+ <item>#e4c62e</item>
+ <item>#67bf74</item>
+ <item>#59a2be</item>
+ <item>#2093cd</item>
+ <item>#ad62a7</item>
+ </array>
</resources>

Powered by Google App Engine
This is Rietveld 408576698