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

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

Issue 141853007: Update the AppBannerView appearance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another update for tablets 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 21c68f09a55661d445cde7434a955fa64766b723..c25a0da9091ad9dc0d55120ea55aa17357c750a2 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -15,5 +15,6 @@
<color name="button_focused">#ffa9d0df</color>
<!-- App banner colors -->
- <color name="app_banner_install_button">#b2cb39</color>
+ <color name="app_banner_install_button_bg">#b2cb39</color>
+ <color name="app_banner_open_button_bg">#eeeeee</color>
</resources>

Powered by Google App Engine
This is Rietveld 408576698