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

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

Issue 2761273004: [Home] Improve exit tab switcher animation (Closed)
Patch Set: cleanup 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/StackLayout.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d156c8747b6354e475ad771a0ab666437dc2deb9..0339a621a284dd1cfe1e5b6184fc56c173a869d2 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -28,6 +28,7 @@
<color name="google_grey_700">#616161</color>
<color name="toolbar_shadow_color">#1d000000</color>
<color name="semi_opaque_white">#80ffffff</color>
+ <color name="semi_opaque_black">#66000000</color>
gone 2017/03/22 01:53:50 I continue objecting to your putting these one-tim
mdjones 2017/03/22 15:57:04 I could move these to the toolbar section. I figur
mdjones 2017/03/22 17:54:56 Renamed colors
<color name="toolbar_light_tint">#A3000000</color>
<color name="light_grey">#ccc</color>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/StackLayout.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698