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

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: move the async task out as it needs to be stopped from the view, not the snippet 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..2276945a5fecb6fbd7f0115876e618d6a63e6e67 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -96,6 +96,7 @@
<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_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