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

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

Issue 1871343006: [NTP Snippets] 📷 Add placeholders and start caching thumbnails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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 68db0f484288e792175c0f633de319826cd0f906..67bf25f00e21be85df0f6864d2250125880eea36 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -96,6 +96,8 @@
<color name="ntp_list_header_subtext">#969696</color>
<color name="ntp_list_header_subtext_active">#7cadff</color>
<color name="ntp_with_cards_bg">#f2f2f2</color>
+ <color name="snippets_thumnail_placeholder_bg">#f2f2f2</color>
+ <color name="snippets_thumnail_placeholder_fg">#757575</color>
<color name="snippets_background_color">#fff</color>
<color name="snippets_publisher_name_color">#646464</color>
<color name="snippets_text_color">#646464</color>

Powered by Google App Engine
This is Rietveld 408576698