diff options
| author | 2026-03-02 08:42:22 +0800 | |
|---|---|---|
| committer | 2026-03-02 08:42:22 +0800 | |
| commit | 47aeabf5d44d7483101d30d289cb4c56761e3faa (patch) | |
| tree | 0e06f1a680b85395cfeca5226640f67f4a9b3592 /src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml | |
| parent | 8217588547bf5568dd959df87027c3e44b7397f3 (diff) | |
| download | DropOut-47aeabf5d44d7483101d30d289cb4c56761e3faa.tar.gz DropOut-47aeabf5d44d7483101d30d289cb4c56761e3faa.zip | |
feat: improve toast and logo
Diffstat (limited to 'src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml')
| -rw-r--r-- | src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml | 5 |
1 files changed, 5 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> |