From ce73f31bb50261e2b2289271291bedad6c7fc70a Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 29 Jan 2018 21:26:05 +0100 Subject: add snooze button to notification --- .../drawable-hdpi/ic_notifications_paused_white_24dp.png | Bin 0 -> 309 bytes .../drawable-mdpi/ic_notifications_paused_white_24dp.png | Bin 0 -> 235 bytes .../drawable-xhdpi/ic_notifications_paused_white_24dp.png | Bin 0 -> 351 bytes .../ic_notifications_paused_white_24dp.png | Bin 0 -> 482 bytes .../ic_notifications_paused_white_24dp.png | Bin 0 -> 616 bytes src/main/res/values/strings.xml | 1 + 6 files changed, 1 insertion(+) create mode 100644 src/main/res/drawable-hdpi/ic_notifications_paused_white_24dp.png create mode 100644 src/main/res/drawable-mdpi/ic_notifications_paused_white_24dp.png create mode 100644 src/main/res/drawable-xhdpi/ic_notifications_paused_white_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png create mode 100644 src/main/res/drawable-xxxhdpi/ic_notifications_paused_white_24dp.png (limited to 'src/main/res') diff --git a/src/main/res/drawable-hdpi/ic_notifications_paused_white_24dp.png b/src/main/res/drawable-hdpi/ic_notifications_paused_white_24dp.png new file mode 100644 index 000000000..9210e39ab Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_notifications_paused_white_24dp.png differ diff --git a/src/main/res/drawable-mdpi/ic_notifications_paused_white_24dp.png b/src/main/res/drawable-mdpi/ic_notifications_paused_white_24dp.png new file mode 100644 index 000000000..8a48f2f72 Binary files /dev/null and b/src/main/res/drawable-mdpi/ic_notifications_paused_white_24dp.png differ diff --git a/src/main/res/drawable-xhdpi/ic_notifications_paused_white_24dp.png b/src/main/res/drawable-xhdpi/ic_notifications_paused_white_24dp.png new file mode 100644 index 000000000..cf566ec2a Binary files /dev/null and b/src/main/res/drawable-xhdpi/ic_notifications_paused_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png new file mode 100644 index 000000000..e31b0d36f Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png differ diff --git a/src/main/res/drawable-xxxhdpi/ic_notifications_paused_white_24dp.png b/src/main/res/drawable-xxxhdpi/ic_notifications_paused_white_24dp.png new file mode 100644 index 000000000..5c65e5bc2 Binary files /dev/null and b/src/main/res/drawable-xxxhdpi/ic_notifications_paused_white_24dp.png differ diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 7eb7f12a5..481a8b54b 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -758,4 +758,5 @@ Group chat successfully destroyed Group chat could not be destroyed You are not participating this group chat and have no write access at the moment.\nPlease go to the group chat details by pressing OK and send a private message to a moderator, administator or owner by long clicking one of the members name at the top of the list to ask for write access. + Snooze -- cgit v1.2.3