Skip to content

Commit 5fa499f

Browse files
Update adaptive icon assets
Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com>
1 parent 08e123a commit 5fa499f

15 files changed

Lines changed: 34 additions & 13 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="left" width="80" height="80" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp"
1+
<img align="left" width="80" height="80" src="docs/icon.svg"
22
alt="App icon">
33

44
# WebDAV Provider [![Build](https://github.com/BTreeMap/WebDAV/actions/workflows/build.yml/badge.svg)](https://github.com/BTreeMap/WebDAV/actions/workflows/build.yml)

app/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
android:height="108dp"
55
android:viewportWidth="24"
66
android:viewportHeight="24">
7-
<group android:scaleX="0.80"
8-
android:scaleY="0.80"
9-
android:translateX="2.40"
10-
android:translateY="2.40">
7+
<group
8+
android:scaleX="0.60"
9+
android:scaleY="0.60"
10+
android:pivotX="12"
11+
android:pivotY="12">
1112
<path
1213
android:pathData="M12,4C9.11,4 6.6,5.64 5.35,8.04 2.34,8.36 0,10.91 0,14c0,3.31 2.69,6 6,6h13c2.76,0 5,-2.24 5,-5 0,-2.64 -2.05,-4.78 -4.65,-4.96C18.67,6.59 15.64,4 12,4Z">
1314
<aapt:attr name="android:fillColor">
1415
<gradient
1516
android:type="linear"
16-
android:startX="0"
17+
android:startX="12"
1718
android:startY="4"
18-
android:endX="24"
19+
android:endX="12"
1920
android:endY="20"
2021
android:startColor="#3399FF"
2122
android:endColor="#003366"/>

app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
android:height="108dp"
44
android:viewportWidth="24"
55
android:viewportHeight="24">
6-
<group android:scaleX="0.80"
7-
android:scaleY="0.80"
8-
android:translateX="2.40"
9-
android:translateY="2.40">
6+
<group
7+
android:scaleX="0.60"
8+
android:scaleY="0.60"
9+
android:pivotX="12"
10+
android:pivotY="12">
1011
<path
1112
android:pathData="M12,4C9.11,4 6.6,5.639 5.35,8.039 2.34,8.359 0,10.91 0,14c0,3.31 2.69,6 6,6h13c2.76,0 5,-2.24 5,-5 0,-2.64 -2.05,-4.781 -4.65,-4.961C18.67,6.589 15.64,4 12,4ZM4.855,11.627L6.111,11.627 6.531,11.627c0.353,0 0.675,0.06 0.969,0.182 0.296,0.119 0.553,0.291 0.768,0.516 0.217,0.222 0.383,0.485 0.5,0.791 0.119,0.303 0.18,0.64 0.18,1.01v0.219c0,0.368 -0.06,0.704 -0.18,1.01 -0.117,0.306 -0.281,0.569 -0.496,0.791 -0.215,0.222 -0.47,0.394 -0.764,0.516 -0.291,0.119 -0.61,0.18 -0.959,0.18h-0.438,-1.256zM11.027,11.627h0.855,0.33l1.926,5.213h-1.354l-0.301,-0.975h-1.721l-0.301,0.975L9.111,16.84ZM13.832,11.627h1.4l1.033,3.801 1.035,-3.801h1.408l-1.758,5.213L16.5,16.84 15.578,16.84ZM6.111,12.598v3.275h0.438c0.239,0 0.441,-0.057 0.605,-0.172 0.167,-0.115 0.293,-0.285 0.379,-0.512 0.088,-0.229 0.133,-0.512 0.133,-0.846v-0.225c0,-0.251 -0.026,-0.472 -0.076,-0.66C7.542,13.268 7.47,13.111 7.375,12.984 7.28,12.855 7.161,12.758 7.018,12.693 6.877,12.629 6.715,12.598 6.531,12.598ZM11.623,13.08 L11.063,14.896h1.121z"
1213
android:fillColor="#000000"/>
-938 Bytes
Loading
-1.44 KB
Loading
-562 Bytes
Loading
-1.01 KB
Loading
-944 Bytes
Loading
-1.7 KB
Loading
-1.67 KB
Loading

0 commit comments

Comments
 (0)