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/values/ic_launcher_background.xml | |
| parent | 8217588547bf5568dd959df87027c3e44b7397f3 (diff) | |
| download | DropOut-47aeabf5d44d7483101d30d289cb4c56761e3faa.tar.gz DropOut-47aeabf5d44d7483101d30d289cb4c56761e3faa.zip | |
feat: improve toast and logo
Diffstat (limited to 'src-tauri/icons/android/values/ic_launcher_background.xml')
| -rw-r--r-- | src-tauri/icons/android/values/ic_launcher_background.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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> |