summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/status_bar_notification_row.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-05-10 00:33:54 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-10 04:52:18 -0700
commite95658c98e4154a2daf0ed70d15d24f8bf3153f0 (patch)
tree9ee9997ad794ab33618ccfc833caeb5e135dc409 /packages/SystemUI/res/layout/status_bar_notification_row.xml
parentf4299bd1858a44b3d5c9342752ba2d2459a50230 (diff)
downloadframeworks_base-e95658c98e4154a2daf0ed70d15d24f8bf3153f0.zip
frameworks_base-e95658c98e4154a2daf0ed70d15d24f8bf3153f0.tar.gz
frameworks_base-e95658c98e4154a2daf0ed70d15d24f8bf3153f0.tar.bz2
New backgrounds for notifications.
Note that PRIORITY_MIN notifications have a special background treatment. Bug: 6418617 Change-Id: I5f96330fcc53ac39e80a025baa0c134bd1e971b8
Diffstat (limited to 'packages/SystemUI/res/layout/status_bar_notification_row.xml')
-rw-r--r--packages/SystemUI/res/layout/status_bar_notification_row.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_notification_row.xml b/packages/SystemUI/res/layout/status_bar_notification_row.xml
index e69cd8a..7491939 100644
--- a/packages/SystemUI/res/layout/status_bar_notification_row.xml
+++ b/packages/SystemUI/res/layout/status_bar_notification_row.xml
@@ -1,7 +1,6 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@*android:drawable/notification_bg"
>
<View
@@ -34,7 +33,6 @@
>
<com.android.internal.widget.SizeAdaptiveLayout android:id="@+id/adaptive"
- android:background="@*android:drawable/notification_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content" />