diff --git a/app/src/main/java/com/keylesspalace/tusky/PullNotificationService.java b/app/src/main/java/com/keylesspalace/tusky/PullNotificationService.java
index f3be9f6d..ca586fec 100644
--- a/app/src/main/java/com/keylesspalace/tusky/PullNotificationService.java
+++ b/app/src/main/java/com/keylesspalace/tusky/PullNotificationService.java
@@ -204,7 +204,7 @@ public class PullNotificationService extends IntentService {
                     mentions.get(0).displayName);
         }
         NotificationCompat.Builder builder = new NotificationCompat.Builder(this)
-            .setSmallIcon(R.mipmap.ic_notify)
+            .setSmallIcon(R.drawable.ic_notify)
             .setContentTitle(title);
         if (icon != null) {
             builder.setLargeIcon(icon);
diff --git a/app/src/main/res/drawable-hdpi-v11/ic_notify.png b/app/src/main/res/drawable-hdpi-v11/ic_notify.png
new file mode 100644
index 00000000..5cb8246b
Binary files /dev/null and b/app/src/main/res/drawable-hdpi-v11/ic_notify.png differ
diff --git a/app/src/main/res/drawable-mdpi-v11/ic_notify.png b/app/src/main/res/drawable-mdpi-v11/ic_notify.png
new file mode 100644
index 00000000..f578a53f
Binary files /dev/null and b/app/src/main/res/drawable-mdpi-v11/ic_notify.png differ
diff --git a/app/src/main/res/drawable-xhdpi-v11/ic_notify.png b/app/src/main/res/drawable-xhdpi-v11/ic_notify.png
new file mode 100644
index 00000000..94049890
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi-v11/ic_notify.png differ
diff --git a/app/src/main/res/drawable-xxhdpi-v11/ic_notify.png b/app/src/main/res/drawable-xxhdpi-v11/ic_notify.png
new file mode 100644
index 00000000..63ddf6d5
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi-v11/ic_notify.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_notify.png b/app/src/main/res/mipmap-hdpi/ic_notify.png
deleted file mode 100644
index 14b0e5e7..00000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_notify.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-ldpi/ic_notify.png b/app/src/main/res/mipmap-ldpi/ic_notify.png
deleted file mode 100644
index af1bb099..00000000
Binary files a/app/src/main/res/mipmap-ldpi/ic_notify.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_notify.png b/app/src/main/res/mipmap-xhdpi/ic_notify.png
deleted file mode 100644
index 7e7fce56..00000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_notify.png and /dev/null differ