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

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

Issue 1412423007: Modify Physical Web Nearby URLs list to resemble search results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 774ff79d0e20e8705fda79bce19b9d89faf4617f..1b93e220e623a6a84f9f68556cbd87a3a3f2df82 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -160,4 +160,9 @@
<!-- Smart Lock for Passwords UI colors-->
<color name="smart_lock_auto_signin_snackbar_background_color">#2196F3</color>
+ <!-- Physical Web Nearby URLs colors -->
+ <color name="nearby_urls_header_color">#1C47C1</color>
+ <color name="nearby_urls_url_color">#099F39</color>
+ <color name="nearby_urls_description_color">#545454</color>
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698