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

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

Issue 1557803002: [Custom Tabs] Implement Bottombar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make findbug happy Created 4 years, 11 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 5e73d84bd64f9ede83603ae1b5a9cbcc0b9cd4a5..b7ededaa3061425ca824f38be5d8db183ab4737f 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -166,4 +166,7 @@
<color name="physical_web_url_color">#969696</color>
<color name="physical_web_url_description_color">#646464</color>
<color name="physical_web_logo_gray_tint">#ccc</color>
+
+ <!-- Bottom bar colors -->
+ <color name="bottom_bar_shadow_color">#1D000000</color>
gone 2016/01/07 20:16:32 nit: lowercase
Ian Wen 2016/01/08 05:54:45 Done.
</resources>

Powered by Google App Engine
This is Rietveld 408576698