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

Unified Diff: chrome/android/java/res/values/attrs.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/attrs.xml
diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml
index 8f1ed76acdb631bcc982fcde83462c9afc37498a..ed24fc032c53903c8bf05581f7e47fe2432440fe 100644
--- a/chrome/android/java/res/values/attrs.xml
+++ b/chrome/android/java/res/values/attrs.xml
@@ -51,4 +51,9 @@
<attr name="maxWidth" format="dimension" />
</declare-styleable>
+ <declare-styleable name="ClipDrawableProgressBar">
+ <attr name="progressBarColor" format="reference|color" />
+ <attr name="backgroundColor" format="reference|color" />
+ </declare-styleable>
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698