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

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

Issue 1948223006: Set article spacing in dp, not px. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/android/java/res/drawable/snippet_separator.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3b1f88d82fc8055b94c52bcfb3418c47725c0997..83e0fc3ce26bb27e4eb5421dc7e72f321b143522 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -108,6 +108,7 @@
<color name="snippets_text_color">#646464</color>
<color name="snippets_list_header_text_color">#646464</color>
<color name="snippets_headline_text_color">#333333</color>
+ <color name="snippets_separator">#19000000</color>
mcwilliams 2016/05/10 11:00:13 Is this a valid hex color? They are normally only
Bernhard Bauer 2016/05/10 13:08:04 Yes, it's ARGB (see http://goo.gl/YEMhFL).
<!-- Contextual Search colors -->
<color name="contextual_search_promo_text_color">#333333</color>
« no previous file with comments | « chrome/android/java/res/drawable/snippet_separator.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698