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

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

Issue 1170843002: [Andorid] Migrate to ClipDrawable progress bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ChromeShell test fix 2 Created 5 years, 5 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 f7e85c60e21fa36fe7c1f6abd07e45b54545d8c9..21e04161e2f1cb700486b9a0861a3b7f73510455 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -104,6 +104,11 @@
<color name="contextual_search_promo_text_color">#333333</color>
<color name="contextual_search_promo_background_color">#EEEEEE</color>
+ <!-- Progress Bar colors -->
+ <color name="progress_bar_foreground">@color/light_active_color</color>
+ <color name="progress_bar_background">#3d4386f7</color>
+ <color name="progress_bar_background_white">#4d000000</color>
+
<!-- Theme colors. Also used for toolbar background -->
<color name="incognito_primary_color">#505050</color>

Powered by Google App Engine
This is Rietveld 408576698