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

Unified Diff: chrome/android/shell/res/values-v17/styles.xml

Issue 682883002: Introduce TintedImageButton class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « chrome/android/shell/res/layout/chrome_shell_activity.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/values-v17/styles.xml
diff --git a/chrome/android/shell/res/values-v17/styles.xml b/chrome/android/shell/res/values-v17/styles.xml
index d4b71c20e7e3394d14957a16a02caeb89ab720f0..3d4da092fff88673e71ea3a820ef6af284c7b54b 100644
--- a/chrome/android/shell/res/values-v17/styles.xml
+++ b/chrome/android/shell/res/values-v17/styles.xml
@@ -18,6 +18,9 @@
<!-- colorPrimaryDark is used for the status bar -->
<item name="colorPrimaryDark">@color/material_deep_teal_500</item>
+
+ <!-- Default TintedImageButton tint -->
+ <item name="tint">@color/default_button_tint</item>
</style>
-</resources>
+</resources>
« no previous file with comments | « chrome/android/shell/res/layout/chrome_shell_activity.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698