Added the ripple drawable back to the media notification

Change-Id: I12d1de0981d06caef2b7f3f114b432f29c8f836b
Fixes: 28018612
This commit is contained in:
Selim Cinek
2016-04-22 17:40:13 -07:00
parent 07c8017bc2
commit cde952c461
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/ripple_material_dark" />
android:color="@color/ripple_material_light" />

View File

@@ -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"
>
<include layout="@layout/notification_template_header"
@@ -29,7 +30,6 @@
android:id="@+id/notification_main_column"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#00000000"
android:orientation="horizontal"
android:layout_marginStart="@dimen/notification_content_margin_start"
android:layout_marginTop="@dimen/notification_content_margin_top"