summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/notification_guts.xml
diff options
context:
space:
mode:
authorDanesh Mondegarian <daneshm90@gmail.com>2014-11-14 09:44:51 -0800
committerSteve Kondik <steve@cyngn.com>2015-10-25 21:49:32 -0700
commite8a3f1bdc8e7103c083531569b7a761be65beb2c (patch)
treebcdd2b82aafb093ea3a148117ad2e284cf15dcef /packages/SystemUI/res/layout/notification_guts.xml
parent8451a456fcfa23889c79c0ffe8406dde07c95c54 (diff)
downloadframeworks_base-e8a3f1bdc8e7103c083531569b7a761be65beb2c.zip
frameworks_base-e8a3f1bdc8e7103c083531569b7a761be65beb2c.tar.gz
frameworks_base-e8a3f1bdc8e7103c083531569b7a761be65beb2c.tar.bz2
Filter spam notifications
Change-Id: Ibf2377cd7491c7e0e9e9c9657e9e65eef1876ee3
Diffstat (limited to 'packages/SystemUI/res/layout/notification_guts.xml')
-rw-r--r--packages/SystemUI/res/layout/notification_guts.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/notification_guts.xml b/packages/SystemUI/res/layout/notification_guts.xml
index d52c274..92cb601 100644
--- a/packages/SystemUI/res/layout/notification_guts.xml
+++ b/packages/SystemUI/res/layout/notification_guts.xml
@@ -87,6 +87,16 @@
/>
<ImageButton style="@android:style/Widget.Material.Light.Button.Borderless.Small"
+ android:id="@+id/notification_inspect_filter_notification"
+ android:layout_width="52dp"
+ android:layout_height="match_parent"
+ android:layout_weight="0"
+ android:gravity="center"
+ android:src="@drawable/ic_volume_ringer_mute"
+ android:visibility="gone"
+ />
+
+ <ImageButton style="@android:style/Widget.Material.Light.Button.Borderless.Small"
android:id="@+id/notification_inspect_item"
android:layout_width="52dp"
android:layout_height="match_parent"