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

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

Issue 2059073002: Add "Checking" spinner for server-side shipping address validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 1813ebb72a39ab9939b9c3e34c4bd18eede41ff3..e149c5d3f683e3b490089bef02388fee8f8c7bc3 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -17,6 +17,7 @@
<color name="descriptive_text_color">#646464</color>
<color name="error_text_color">#c53929</color>
<color name="google_blue_700">#3367d6</color>
+ <color name="disabled_text_color">#999</color>
gone 2016/06/13 20:34:03 Where'd the #999 come from? Seems like this is so
please use gerrit instead 2016/06/13 21:59:08 I picked it because it looks good. No UX guidance
<!-- Infobar colors -->
<color name="infobar_accent_blue">#4285f4</color>

Powered by Google App Engine
This is Rietveld 408576698