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

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: Address comments 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..ce66b0eab1f4eed68f82c5ffa59b13e31cc30eab 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">#909090</color>
gone 2016/06/13 22:44:52 Should just explanation_text_color where use curre
please use gerrit instead 2016/06/13 23:07:09 Done.
<!-- Infobar colors -->
<color name="infobar_accent_blue">#4285f4</color>

Powered by Google App Engine
This is Rietveld 408576698