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

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

Issue 2744763005: 🏠 Add pull-handle to bottom toolbar (Closed)
Patch Set: address comments 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..d156c8747b6354e475ad771a0ab666437dc2deb9 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -27,6 +27,7 @@
<color name="google_grey_600">#757575</color>
<color name="google_grey_700">#616161</color>
<color name="toolbar_shadow_color">#1d000000</color>
+ <color name="semi_opaque_white">#80ffffff</color>
<color name="toolbar_light_tint">#A3000000</color>
<color name="light_grey">#ccc</color>

Powered by Google App Engine
This is Rietveld 408576698