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

Unified Diff: chrome/android/java/res/drawable-v21/web_notification_button_background.xml

Issue 1418813010: Notifications custom layouts: make the buttons look good in Material. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/drawable-v21/web_notification_button_background.xml
diff --git a/ui/android/java/res/drawable-v21/button_borderless_compat.xml b/chrome/android/java/res/drawable-v21/web_notification_button_background.xml
similarity index 87%
copy from ui/android/java/res/drawable-v21/button_borderless_compat.xml
copy to chrome/android/java/res/drawable-v21/web_notification_button_background.xml
index e1303f329d9f7ebaaaf96ef770ceebab45950646..4f2a4064d2c70580ff19ded8dc6c8a43753d7501 100644
--- a/ui/android/java/res/drawable-v21/button_borderless_compat.xml
+++ b/chrome/android/java/res/drawable-v21/web_notification_button_background.xml
@@ -4,7 +4,7 @@
found in the LICENSE file. -->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="?android:attr/colorControlHighlight">
+ android:color="@color/ripple_material_light">
<item android:id="@android:id/mask"
android:drawable="@drawable/button_compat_shape" />
</ripple>

Powered by Google App Engine
This is Rietveld 408576698