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

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

Issue 2586643002: [Downloads] Add a horizontal material-styled ProgressBar (Closed)
Patch Set: Get rid of specialized throbber color Created 4 years 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 d0dd150f410181be2c18a168553751d7615fb4d2..b9af7680cb5918f38956e2ea807f642c5476559a 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -124,6 +124,7 @@
<!-- Progress Bar colors -->
<color name="progress_bar_foreground">@color/light_active_color</color>
<color name="progress_bar_foreground_white">@android:color/white</color>
+ <color name="progress_bar_secondary">@color/google_grey_600</color>
<color name="progress_bar_background">#3d4386f7</color>
<color name="progress_bar_background_white">#4d000000</color>

Powered by Google App Engine
This is Rietveld 408576698