diff options
| author | 2016-04-22 17:40:13 -0700 | |
|---|---|---|
| committer | 2016-04-22 18:09:19 -0700 | |
| commit | cde952c4617ee6679a7ecd48bf53b0211ca5d20e (patch) | |
| tree | 8cede9c02f7046b8b32646c6c4501804e0d2d84b | |
| parent | 07c8017bc27f1cbf34e29f27e08ba4e7f8f10d16 (diff) | |
Added the ripple drawable back to the media notification
Change-Id: I12d1de0981d06caef2b7f3f114b432f29c8f836b
Fixes: 28018612
| -rw-r--r-- | core/res/res/drawable/notification_material_media_action_background.xml | 2 | ||||
| -rw-r--r-- | 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 @@ --> <ripple xmlns:android="http://schemas.android.com/apk/res/android" - android:color="@color/ripple_material_dark" /> + 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" > <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" |