From cde952c4617ee6679a7ecd48bf53b0211ca5d20e Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Fri, 22 Apr 2016 17:40:13 -0700 Subject: Added the ripple drawable back to the media notification Change-Id: I12d1de0981d06caef2b7f3f114b432f29c8f836b Fixes: 28018612 --- core/res/res/drawable/notification_material_media_action_background.xml | 2 +- core/res/res/layout/notification_template_material_media.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/drawable/notification_material_media_action_background.xml b/core/res/res/drawable/notification_material_media_action_background.xml index 8e559d571440..4f50f1519465 100644 --- a/core/res/res/drawable/notification_material_media_action_background.xml +++ b/core/res/res/drawable/notification_material_media_action_background.xml @@ -16,4 +16,4 @@ --> + android:color="@color/ripple_material_light" /> diff --git a/core/res/res/layout/notification_template_material_media.xml b/core/res/res/layout/notification_template_material_media.xml index ba6d30ade22c..4c6420790031 100644 --- a/core/res/res/layout/notification_template_material_media.xml +++ b/core/res/res/layout/notification_template_material_media.xml @@ -20,6 +20,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="#00000000" android:tag="media" >