From 4d98f58207f983b2981b85c79ad1fbd75e60bdb6 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sun, 12 Feb 2023 17:02:22 +0100 Subject: [PATCH] move openScale monochrome notification icon to the main res directory --- .../ic_notification_openscale_monochrome.xml | 0 .../ic_notification_openscale_monochrome.png | Bin .../ic_notification_openscale_monochrome.png | Bin .../ic_notification_openscale_monochrome.png | Bin .../ic_notification_openscale_monochrome.png | Bin 5 files changed, 0 insertions(+), 0 deletions(-) rename android_app/app/src/{debug => main}/res/drawable-anydpi-v24/ic_notification_openscale_monochrome.xml (100%) rename android_app/app/src/{debug => main}/res/drawable-hdpi/ic_notification_openscale_monochrome.png (100%) rename android_app/app/src/{debug => main}/res/drawable-mdpi/ic_notification_openscale_monochrome.png (100%) rename android_app/app/src/{debug => main}/res/drawable-xhdpi/ic_notification_openscale_monochrome.png (100%) rename android_app/app/src/{debug => main}/res/drawable-xxhdpi/ic_notification_openscale_monochrome.png (100%) diff --git a/android_app/app/src/debug/res/drawable-anydpi-v24/ic_notification_openscale_monochrome.xml b/android_app/app/src/main/res/drawable-anydpi-v24/ic_notification_openscale_monochrome.xml similarity index 100% rename from android_app/app/src/debug/res/drawable-anydpi-v24/ic_notification_openscale_monochrome.xml rename to android_app/app/src/main/res/drawable-anydpi-v24/ic_notification_openscale_monochrome.xml diff --git a/android_app/app/src/debug/res/drawable-hdpi/ic_notification_openscale_monochrome.png b/android_app/app/src/main/res/drawable-hdpi/ic_notification_openscale_monochrome.png similarity index 100% rename from android_app/app/src/debug/res/drawable-hdpi/ic_notification_openscale_monochrome.png rename to android_app/app/src/main/res/drawable-hdpi/ic_notification_openscale_monochrome.png diff --git a/android_app/app/src/debug/res/drawable-mdpi/ic_notification_openscale_monochrome.png b/android_app/app/src/main/res/drawable-mdpi/ic_notification_openscale_monochrome.png similarity index 100% rename from android_app/app/src/debug/res/drawable-mdpi/ic_notification_openscale_monochrome.png rename to android_app/app/src/main/res/drawable-mdpi/ic_notification_openscale_monochrome.png diff --git a/android_app/app/src/debug/res/drawable-xhdpi/ic_notification_openscale_monochrome.png b/android_app/app/src/main/res/drawable-xhdpi/ic_notification_openscale_monochrome.png similarity index 100% rename from android_app/app/src/debug/res/drawable-xhdpi/ic_notification_openscale_monochrome.png rename to android_app/app/src/main/res/drawable-xhdpi/ic_notification_openscale_monochrome.png diff --git a/android_app/app/src/debug/res/drawable-xxhdpi/ic_notification_openscale_monochrome.png b/android_app/app/src/main/res/drawable-xxhdpi/ic_notification_openscale_monochrome.png similarity index 100% rename from android_app/app/src/debug/res/drawable-xxhdpi/ic_notification_openscale_monochrome.png rename to android_app/app/src/main/res/drawable-xxhdpi/ic_notification_openscale_monochrome.png