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

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

Issue 177863008: Update the AppBannerView appearance again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Making highlight less finicky Created 6 years, 10 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 49c580c3ffdb4eb882ff3ac49dbc451adcf116f4..1801d1575815fb83bae24219845fb5f112eea094 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -15,8 +15,7 @@
<color name="button_focused">#ffa9d0df</color>
<!-- App banner colors -->
- <color name="app_banner_install_button_bg">#b2cb39</color>
<color name="app_banner_install_button_fg">#ffffff</color>
- <color name="app_banner_open_button_bg">#eeeeee</color>
- <color name="app_banner_open_button_fg">#737373</color>
+ <color name="app_banner_open_button_fg">#777777</color>
newt (away) 2014/02/25 19:22:28 you can also write #fff, #777, and #3999
gone 2014/02/25 20:26:11 I kind of like the explicitness of having all the
newt (away) 2014/02/25 20:46:04 Sounds good to me.
+ <color name="app_banner_card_highlight">#33999999</color>
</resources>

Powered by Google App Engine
This is Rietveld 408576698