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

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: addressed comments 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 6cfd10fe553fa5f54279f4d152649a1c1f666f1c..9eea5373b3845756366f3933ecb7a74f7ab5f7bd 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