summaryrefslogtreecommitdiffstats
path: root/android/app/src/main/res/mipmap-anydpi
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2024-07-19 23:49:36 +0200
committerMaksymilian Jopek <maks@jopek.eu>2024-07-19 23:49:36 +0200
commit2b7c14f2b68a26cba893855cd1a142328888bb13 (patch)
tree6db090a2e4aa238ccda589a5fe899f459fbafea4 /android/app/src/main/res/mipmap-anydpi
downloadding-dong-mail-2b7c14f2b68a26cba893855cd1a142328888bb13.tar.gz
ding-dong-mail-2b7c14f2b68a26cba893855cd1a142328888bb13.tar.zst
ding-dong-mail-2b7c14f2b68a26cba893855cd1a142328888bb13.zip
Initial commit
Android app works, but Android says it uses much more battery than ntfy.sh, which should never happen goimapnotify works Logo is awesome <3 There are problems with constant working, presumably after restarts.
Diffstat (limited to 'android/app/src/main/res/mipmap-anydpi')
-rw-r--r--android/app/src/main/res/mipmap-anydpi/ic_launcher.xml6
-rw-r--r--android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/android/app/src/main/res/mipmap-anydpi/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi/ic_launcher.xml
new file mode 100644
index 0000000..6f3b755
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi/ic_launcher.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@drawable/ic_launcher_background" />
+ <foreground android:drawable="@drawable/ic_launcher_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_foreground" />
+</adaptive-icon> \ No newline at end of file
diff --git a/android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
new file mode 100644
index 0000000..6f3b755
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@drawable/ic_launcher_background" />
+ <foreground android:drawable="@drawable/ic_launcher_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_foreground" />
+</adaptive-icon> \ No newline at end of file