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

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

Issue 2843973002: Use larger vector graphics for special tiles and fix selection ring. (Closed)
Patch Set: Fix unused variable issue Created 3 years, 7 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 b50eaf43dd93311936f0d3ef1fa97ef245da8620..96e48731702827c33a3fe6d05cc4457bab40a0f5 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -36,6 +36,7 @@
<color name="modal_dialog_scrim_color">#7f000000</color>
<!-- New list of common text colors -->
+ <color name="black_alpha_20">#33000000</color>
<color name="black_alpha_30">#4d000000</color>
<color name="black_alpha_38">#61000000</color>
<color name="black_alpha_40">#66000000</color>

Powered by Google App Engine
This is Rietveld 408576698