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

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

Issue 346853005: Update infobar assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't break downstream infobar users Created 6 years, 6 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 | « chrome/android/java/res/layout/app_banner_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('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 7627e3b16e53398b52256c9c203f429e08514e53..ba043aecd429e919b77b98ab3231803752f5e235 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -5,10 +5,9 @@
-->
<resources>
- <!-- Colors were copied from browser/views/infobars/infobars.cc -->
- <color name="infobar_text">#000000</color>
- <color name="infobar_info_background_separator">#afafaf</color>
- <color name="infobar_warning_background_separator">#ccb771</color>
+ <color name="infobar_text">#333</color>
+ <color name="infobar_background">#fff</color>
+ <color name="infobar_background_separator">#afafaf</color>
<!-- Tab Switcher Colors -->
<color name="tab_switcher_background">#111111</color>
« no previous file with comments | « chrome/android/java/res/layout/app_banner_view.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698