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

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

Issue 690123002: Switch to using TintedImageButton where possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 7e0185718d995abf873fb4e6ac9f2e47e1c22cb7..dc76982fc76c082cfa7f774b561a20ecc384471e 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -7,6 +7,8 @@
<resources>
<!-- Common colors -->
<color name="default_text_color">#333</color>
+ <color name="default_normal_button_color">#5A5A5A</color>
+ <color name="default_active_button_color">#4285F4</color>
<!-- Infobar colors -->
<color name="infobar_background">#fff</color>

Powered by Google App Engine
This is Rietveld 408576698