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

Unified Diff: chrome/android/shell/res/drawable/progress.xml

Issue 684453004: Make ChromeShell activity use AppCompat theme to match official Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/android/shell/java/AndroidManifest.xml ('k') | chrome/android/shell/res/values-v17/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/drawable/progress.xml
diff --git a/chrome/android/shell/res/drawable/progress.xml b/chrome/android/shell/res/drawable/progress.xml
index 752911eb4dc1bf214de5ab76f2c07cfe6405bf81..121728f28563fe13ea606f4cfde5adf5d8e77a86 100644
--- a/chrome/android/shell/res/drawable/progress.xml
+++ b/chrome/android/shell/res/drawable/progress.xml
@@ -8,6 +8,6 @@
<clip xmlns:android="http://schemas.android.com/apk/res/android">
<shape>
- <solid android:color="@android:color/holo_blue_light" />
+ <solid android:color="@color/material_deep_teal_500" />
</shape>
</clip>
« no previous file with comments | « chrome/android/shell/java/AndroidManifest.xml ('k') | chrome/android/shell/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698