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

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

Issue 2761273004: [Home] Improve exit tab switcher animation (Closed)
Patch Set: rebase 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 241c4ae7148bccafdcb62341bc3faa16d516d163..c310353e930ffe233d7477a3e985ee68209f5feb 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -27,7 +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="semi_opaque_white">#80ffffff</color>
+ <color name="white_alpha_50">#80ffffff</color>
+ <color name="black_alpha_40">#66000000</color>
<color name="toolbar_light_tint">#A3000000</color>
<color name="light_grey">#ccc</color>
<color name="modal_dialog_scrim_color">#7f000000</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