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

Unified Diff: chrome/android/java/res/drawable/material_progressbar.xml

Issue 2540583002: [Download Home] Adjust space display again (Closed)
Patch Set: [Download Home] Adjust space display. Again. Created 4 years, 1 month 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 | « no previous file | chrome/android/java/res/layout-sw720dp/download_main.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/material_progressbar.xml
diff --git a/chrome/android/java/res/drawable/material_progressbar.xml b/chrome/android/java/res/drawable/material_progressbar.xml
index 5f1bdb24209cfe4da82019d1c5ad1129855544bb..9e740a98437d5e621bd2a417908b7706bb5f80d0 100644
--- a/chrome/android/java/res/drawable/material_progressbar.xml
+++ b/chrome/android/java/res/drawable/material_progressbar.xml
@@ -8,7 +8,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape>
- <solid android:color="@color/material_progressbar_bg" />
+ <solid android:color="@color/google_grey_400" />
</shape>
</item>
« no previous file with comments | « no previous file | chrome/android/java/res/layout-sw720dp/download_main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698