Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorTim Krüger <t@timkrueger.me>2022-09-23 14:33:38 +0300
committerGitHub <noreply@github.com>2022-09-23 14:33:38 +0300
commit8b15f142aca92cf582e5aa4e66db7d4666c1d9a1 (patch)
tree003f22bfab08c5886c25564bf6ba686d7f6fdfab /app/src
parentdc6083334b2d30994ffc1c57e805cc2da2febfcf (diff)
parente30df81a180e5f2858b1b867e11818ab80c67683 (diff)
Merge pull request #2411 from nextcloud/feature/2407/themedLauncherIcon
Added monochrome icon for Android 13 "Themed icons" support.
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
-rw-r--r--app/src/qa/res/mipmap-anydpi-v26/ic_launcher.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 d13130e91..c32b784c3 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -24,4 +24,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
+ <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/qa/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/qa/res/mipmap-anydpi-v26/ic_launcher.xml
index bbd3e0212..50ec88623 100644
--- a/app/src/qa/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/qa/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
+ <monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon> \ No newline at end of file