OSDN Git Service

Add snooze to notification menu row
authorMady Mellor <madym@google.com>
Wed, 25 Jan 2017 21:16:03 +0000 (13:16 -0800)
committerMady Mellor <madym@google.com>
Wed, 25 Jan 2017 21:43:09 +0000 (13:43 -0800)
commit04d7a0fca0c2d7c1bb08fbcc0301fcf0cdc7838f
tree4290525a49841ca136cdab76bf74fe30a50c42f8
parent3e6552036e341d76efabad3458039a7449adfa10
Add snooze to notification menu row

Moves the snooze plugin code into system UI.
Does not include assistant suggestions.

Test: manual
Change-Id: Ie2c51d65381530c9a72cd8a871efdbf0d63da490
packages/SystemUI/res/drawable/ic_snooze.xml [new file with mode: 0644]
packages/SystemUI/res/layout/notification_snooze.xml [new file with mode: 0644]
packages/SystemUI/res/values/colors.xml
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/res/values/strings.xml
packages/SystemUI/res/values/styles.xml
packages/SystemUI/src/com/android/systemui/SwipeHelper.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationMenuRow.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationSnooze.java [new file with mode: 0644]