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

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

Issue 2540583002: [Download Home] Adjust space display again (Closed)
Patch Set: 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
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 54b316c0f3f84214e826a31fbf4ef686eea25c86..0409d5a884ce7e9685e638614616797b6ba45e33 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -21,6 +21,7 @@
<color name="google_green_700">#0b8043</color>
<color name="google_grey_100">#f5f5f5</color>
<color name="google_grey_300">#e0e0e0</color>
+ <color name="google_grey_400">#bdbdbd</color>
<color name="google_grey_500">#9E9E9E</color>
<color name="google_grey_600">#757575</color>
<color name="toolbar_shadow_color">#1d000000</color>
@@ -195,7 +196,6 @@
<!-- Other colors -->
<color name="selectable_list_item_highlight_color">#804281f4</color>
- <color name="material_progressbar_bg">#dbdbdb</color>
<color name="media_viewer_bg">#000000</color>
<color name="image_viewer_bg">#0e0e0e</color>

Powered by Google App Engine
This is Rietveld 408576698