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

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

Issue 2834453007: Download Home : Remove drawer UI (Closed)
Patch Set: changes for tablets Created 3 years, 8 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 b30dcd775eefb24a3c1096ae0fb6bf53747987b1..d9a7d35a0ef7714e6457d43d36d4c168a80b3802 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -35,6 +35,11 @@
<color name="light_grey">#ccc</color>
<color name="modal_dialog_scrim_color">#7f000000</color>
+ <!-- New list of common text colors -->
+ <color name="black_87">#de000000</color>
+ <color name="black_54">#8a000000</color>
+ <color name="black_38">#61000000</color>
Theresa 2017/04/24 20:48:17 We have similarly named colors above, e.g. black_a
shaktisahu 2017/04/24 22:07:09 Done.
+
<!-- Infobar colors -->
<color name="infobar_accent_blue">#4285f4</color>
<color name="infobar_descriptive_text_color">#646464</color>
@@ -174,6 +179,8 @@
<!-- Colors common to secondary activities like the BookmarkActivity and the DownloadManagerUi -->
<color name="appbar_background">@color/default_primary_color</color>
+ <color name="space_display_text">#424242</color>
+ <color name="black_24">#3c000000</color>
Theresa 2017/04/24 20:48:17 #424242 isn't a valid text style. Let's try 87% bl
shaktisahu 2017/04/24 22:07:09 Done. Changed #424242 to 87% black. For the prog
Theresa 2017/04/24 22:45:16 30% black isn't a valid text color either. We shou
<!-- Bookmark UI colors -->
<color name="bookmark_detail_text">#212121</color>

Powered by Google App Engine
This is Rietveld 408576698