Skip to content

Commit 5f10ef2

Browse files
committed
icon fix
1 parent b00d536 commit 5f10ef2

File tree

13 files changed

+11
-12
lines changed

13 files changed

+11
-12
lines changed
-1.64 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:viewportHeight="108"
66
android:viewportWidth="108"
77
xmlns:android="http://schemas.android.com/apk/res/android">
8-
<path android:fillColor="#c01060"
8+
<path android:fillColor="#c02060"
99
android:pathData="M0,0h108v108h-108z"/>
1010
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
1111
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
android:width="108dp"
33
android:height="108dp"
4-
android:tint="#ffffff"
54
android:viewportWidth="24"
6-
android:viewportHeight="24">
7-
<group
8-
android:scaleX="0.58"
9-
android:scaleY="0.58"
10-
android:translateX="5.04"
11-
android:translateY="5.04">
12-
<path
13-
android:fillColor="@android:color/white"
14-
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10h5v-2h-5c-4.34,0 -8,-3.66 -8,-8s3.66,-8 8,-8 8,3.66 8,8v1.43c0,0.79 -0.71,1.57 -1.5,1.57s-1.5,-0.78 -1.5,-1.57L17,12c0,-2.76 -2.24,-5 -5,-5s-5,2.24 -5,5 2.24,5 5,5c1.38,0 2.64,-0.56 3.54,-1.47 0.65,0.89 1.77,1.47 2.96,1.47 1.97,0 3.5,-1.6 3.5,-3.57L22,12c0,-5.52 -4.48,-10 -10,-10zM12,15c-1.66,0 -3,-1.34 -3,-3s1.34,-3 3,-3 3,1.34 3,3 -1.34,3 -3,3z" />
15-
</group>
5+
android:viewportHeight="24"
6+
android:tint="#ffffff">
7+
<group android:scaleX="0.58"
8+
android:scaleY="0.58"
9+
android:translateX="5.04"
10+
android:translateY="5.04">
11+
<path
12+
android:fillColor="@android:color/white"
13+
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10h5v-2h-5c-4.34,0 -8,-3.66 -8,-8s3.66,-8 8,-8 8,3.66 8,8v1.43c0,0.79 -0.71,1.57 -1.5,1.57s-1.5,-0.78 -1.5,-1.57L17,12c0,-2.76 -2.24,-5 -5,-5s-5,2.24 -5,5 2.24,5 5,5c1.38,0 2.64,-0.56 3.54,-1.47 0.65,0.89 1.77,1.47 2.96,1.47 1.97,0 3.5,-1.6 3.5,-3.57L22,12c0,-5.52 -4.48,-10 -10,-10zM12,15c-1.66,0 -3,-1.34 -3,-3s1.34,-3 3,-3 3,1.34 3,3 -1.34,3 -3,3z"/>
14+
</group>
1615
</vector>
-13 Bytes
Loading
-60 Bytes
Loading
5 Bytes
Loading
-47 Bytes
Loading
18 Bytes
Loading
-152 Bytes
Loading
-351 Bytes
Loading

0 commit comments

Comments
 (0)