aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Delord2024-01-29 00:51:30 +0100
committerpacien2024-01-29 01:22:50 +0100
commita43ad3b9bf18f5cd701058332ea9be1a4c25942f (patch)
tree0c77cffbafce8895b19950b3e7a549e7c8e1d0e0
parentfc10320b350800e9a0993e959ce286f0557726d9 (diff)
downloadtincapp-master.tar.gz
Themed / Monochrome app icon supportHEADmaster
Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index ee5cb46..b6d656c 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -8,4 +8,5 @@
8<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 8<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
9 <background android:drawable="@drawable/ic_launcher_background"/> 9 <background android:drawable="@drawable/ic_launcher_background"/>
10 <foreground android:drawable="@drawable/ic_launcher_foreground"/> 10 <foreground android:drawable="@drawable/ic_launcher_foreground"/>
11 <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
11</adaptive-icon> 12</adaptive-icon>
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
index ee5cb46..b6d656c 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -8,4 +8,5 @@
8<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> 8<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
9 <background android:drawable="@drawable/ic_launcher_background"/> 9 <background android:drawable="@drawable/ic_launcher_background"/>
10 <foreground android:drawable="@drawable/ic_launcher_foreground"/> 10 <foreground android:drawable="@drawable/ic_launcher_foreground"/>
11 <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
11</adaptive-icon> 12</adaptive-icon>