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

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

Issue 2744763005: 🏠 Add pull-handle to bottom toolbar (Closed)
Patch Set: nits Created 3 years, 9 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 0e3ebd21af2ab5dd810a0cbd7cbbd5c15cd798d5..19dc27f91af0acfafd49e1b6300c3b7707ce32df 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -27,6 +27,8 @@
<color name="google_grey_600">#757575</color>
<color name="google_grey_700">#616161</color>
<color name="toolbar_shadow_color">#1d000000</color>
+ <color name="toolbar_handle_color">#61000000</color>
Theresa 2017/03/13 23:08:42 Are the pull handle greys close enough to one of t
mdjones 2017/03/13 23:43:39 google_grey_700 would work but it lacks the alpha
Theresa 2017/03/14 00:01:44 Depending on what Chris says, maybe we can use an
mdjones 2017/03/14 16:25:28 Added semi_opaque_white and switched to using goog
+ <color name="toolbar_handle_color_incognito">#80ffffff</color>
<color name="toolbar_light_tint">#A3000000</color>
<color name="light_grey">#ccc</color>

Powered by Google App Engine
This is Rietveld 408576698