diff options
author | 2024-12-14 14:39:14 -0500 | |
---|---|---|
committer | 2025-01-11 14:17:39 -0500 | |
commit | 135abaa2a4ade7faed400454db8dd797af019c59 (patch) | |
tree | 354904b0ae6f045353976919155977bdf6b8f415 /java/res/mipmap-anydpi-v26/ic_launcher.xml | |
parent | 7ce31350945e24b144b5315fb57b052c74c2d249 (diff) | |
download | latinime-135abaa2a4ade7faed400454db8dd797af019c59.tar.gz latinime-135abaa2a4ade7faed400454db8dd797af019c59.tar.xz latinime-135abaa2a4ade7faed400454db8dd797af019c59.zip |
Use new app icon
Diffstat (limited to 'java/res/mipmap-anydpi-v26/ic_launcher.xml')
-rw-r--r-- | java/res/mipmap-anydpi-v26/ic_launcher.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/mipmap-anydpi-v26/ic_launcher.xml b/java/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/java/res/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"> + <background android:drawable="@color/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file |