| 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>
|
|
|