aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/icons/android
diff options
context:
space:
mode:
authorNtskwK <natsukawa247@outlook.com>2026-03-17 17:40:05 +0800
committerNtskwK <natsukawa247@outlook.com>2026-03-17 17:40:05 +0800
commit1812ca8974aee347b61bd415c1e2b63a205137dd (patch)
tree9691205659cd39d8641bc5c1db0d801a7d3fbf2f /src-tauri/icons/android
parente51e6ef36721b8e3915cd3053b6218e2d5c88cb2 (diff)
parente356ab996ad3ef4ad5fb9c90d4a4b4e61ff3342d (diff)
downloadDropOut-1812ca8974aee347b61bd415c1e2b63a205137dd.tar.gz
DropOut-1812ca8974aee347b61bd415c1e2b63a205137dd.zip
Merge branch 'main' of https://github.com/HydroRoll-Team/DropOut
Diffstat (limited to 'src-tauri/icons/android')
-rw-r--r--src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml5
-rw-r--r--src-tauri/icons/android/mipmap-hdpi/ic_launcher.pngbin0 -> 2769 bytes
-rw-r--r--src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.pngbin0 -> 5185 bytes
-rw-r--r--src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.pngbin0 -> 2943 bytes
-rw-r--r--src-tauri/icons/android/mipmap-mdpi/ic_launcher.pngbin0 -> 1891 bytes
-rw-r--r--src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.pngbin0 -> 2901 bytes
-rw-r--r--src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.pngbin0 -> 2236 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xhdpi/ic_launcher.pngbin0 -> 4038 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.pngbin0 -> 7106 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.pngbin0 -> 5031 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.pngbin0 -> 8346 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.pngbin0 -> 10894 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.pngbin0 -> 9870 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 9868 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.pngbin0 -> 15489 bytes
-rw-r--r--src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.pngbin0 -> 12716 bytes
-rw-r--r--src-tauri/icons/android/values/ic_launcher_background.xml4
17 files changed, 9 insertions, 0 deletions
diff --git a/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml b/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..03f0660
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
+ <background android:drawable="@color/ic_launcher_background"/>
+</adaptive-icon>
diff --git a/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png b/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..55295ee
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png b/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..36af393
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png b/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..9838f21
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png b/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..d266d84
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png b/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..588180b
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png b/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..5bb8398
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png b/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..aa3d140
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png b/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..c95d18e
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png b/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..4b35f34
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png b/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..d916842
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png b/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..107d4e0
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png b/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..dd535ef
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png b/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..9c46477
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png b/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..0697dcc
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png b/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..2e1e41f
--- /dev/null
+++ b/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/src-tauri/icons/android/values/ic_launcher_background.xml b/src-tauri/icons/android/values/ic_launcher_background.xml
new file mode 100644
index 0000000..3024847
--- /dev/null
+++ b/src-tauri/icons/android/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="ic_launcher_background">#fff</color>
+</resources>