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

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

Issue 1352133002: Let Custom Tabs Use Light Progressbar for Dark Toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed init() in ClipDrawableProgressbar Created 5 years, 3 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 a69f448803ac44c687f0cea10e4239c93a109e70..c1079dc662d724c7d9583544028ba0e1f9e0faa4 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -103,6 +103,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_background">#3d4386f7</color>
<color name="progress_bar_background_white">#4d000000</color>

Powered by Google App Engine
This is Rietveld 408576698