From ebdc5b81d63f925665fecdc1fcd25c47ab0cfd5b Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Wed, 13 Jun 2012 13:35:43 -0400 Subject: enable touch feedback on notification title. Bug: 6646294 Change-Id: I8ef6fa104dabe280a45258181aa2ed597e433fca --- .../drawable/system_bar_notification_header_bg.xml | 20 ++++++++++++++++++++ .../layout/system_bar_notification_panel_title.xml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 packages/SystemUI/res/drawable/system_bar_notification_header_bg.xml (limited to 'packages/SystemUI') diff --git a/packages/SystemUI/res/drawable/system_bar_notification_header_bg.xml b/packages/SystemUI/res/drawable/system_bar_notification_header_bg.xml new file mode 100644 index 0000000..85f1ea2 --- /dev/null +++ b/packages/SystemUI/res/drawable/system_bar_notification_header_bg.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml b/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml index afe3b49..480d979 100644 --- a/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml +++ b/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml @@ -18,7 +18,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui" android:id="@+id/title_area" - android:background="@color/notification_panel_solid_background" + android:background="@drawable/system_bar_notification_header_bg" android:layout_width="wrap_content" android:layout_height="wrap_content" android:clickable="true" -- cgit v1.1