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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Cocchi <kevin.cocchi@gmail.com>2022-07-05 23:28:51 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-18 10:09:35 +0300
commiteb10454ce96c131750d9a6b999c40b260c8ff506 (patch)
tree8313968085c05ed47648a9a5d4bf68f0c164d4cf
parent3e77ff006ced632c62f98890cbf04b54b43a9eb6 (diff)
Add monochrome icon
-rw-r--r--app/src/dev/res/drawable/ic_launcher_foreground.xml3
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/dev/res/drawable/ic_launcher_foreground.xml b/app/src/dev/res/drawable/ic_launcher_foreground.xml
index 8fc6cb4b..110c13dc 100644
--- a/app/src/dev/res/drawable/ic_launcher_foreground.xml
+++ b/app/src/dev/res/drawable/ic_launcher_foreground.xml
@@ -4,7 +4,8 @@
android:height="108dp"
android:viewportWidth="66.666664"
android:viewportHeight="66.666664">
- <group android:translateX="17.333334"
+ <group
+ android:translateX="17.333334"
android:translateY="17.333334">
<path
android:fillColor="#fff"
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 eca70cfe..6f3b755b 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/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