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

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

Issue 1849173002: Add a snippet item decoration to recycler view for cards and make the card full bleed with a divide… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@always-show-snippets
Patch Set: Update outRect to empty 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 b1a9fd69009cac0315264a4531c2c9da3a0af48c..283c5dfc2785597c1d762ceaeaa508a4a0234cfe 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_background_color">#fff</color>
<color name="snippets_publisher_name_color">#646464</color>
<color name="snippets_text_color">#646464</color>
<color name="snippets_list_header_text_color">#646464</color>
« no previous file with comments | « chrome/android/java/res/layout/new_tab_page_snippets_header.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698