diff options
author | Danesh Mondegarian <daneshm90@gmail.com> | 2014-11-14 09:44:51 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-25 21:49:32 -0700 |
commit | e8a3f1bdc8e7103c083531569b7a761be65beb2c (patch) | |
tree | bcdd2b82aafb093ea3a148117ad2e284cf15dcef /packages/SystemUI/res/layout/notification_guts.xml | |
parent | 8451a456fcfa23889c79c0ffe8406dde07c95c54 (diff) | |
download | frameworks_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.xml | 10 |
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" |