Skip to content

Commit 03772a3

Browse files
committed
update launcher icon
1 parent 896698c commit 03772a3

2 files changed

Lines changed: 83 additions & 30 deletions

File tree

Lines changed: 81 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,87 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
23
android:width="108dp"
34
android:height="108dp"
45
android:viewportWidth="108"
56
android:viewportHeight="108">
6-
<group
7-
android:name="circle"
8-
android:pivotX="54"
9-
android:pivotY="54">
10-
<path
11-
android:fillColor="#939"
12-
android:pathData="M54,54m-17,0a17,17 0,1 1,34 0a17,17 0,1 1,-34 0" />
13-
<path
14-
android:pathData="M30.3,54a23.7,23.7 0,1 0,47.4 0a23.7,23.7 0,1 0,-47.4 0z"
15-
android:strokeWidth="4.6"
16-
android:strokeColor="#939"
17-
android:strokeLineCap="round"
18-
android:strokeLineJoin="round" />
19-
<path
20-
android:pathData="m64.39,64.39a14.7,14.7 0,0 1,-20.79 0,14.7 14.7,0 0,1 0,-20.79"
21-
android:strokeWidth="4.6"
22-
android:strokeAlpha="0.3"
23-
android:strokeColor="#fff"
24-
android:strokeLineCap="round"
25-
android:strokeLineJoin="round" />
26-
<path
27-
android:pathData="m37.24,37.24a23.7,23.7 0,0 1,22.89 -6.13,23.7 23.7,0 0,1 16.76,16.76 23.7,23.7 0,0 1,-6.13 22.89"
28-
android:strokeWidth="4.6"
29-
android:strokeAlpha="0.3"
30-
android:strokeColor="#fff"
31-
android:strokeLineCap="round"
32-
android:strokeLineJoin="round" />
33-
</group>
7+
<path android:pathData="M54,54m-17,0a17,17 0,1 1,34 0a17,17 0,1 1,-34 0">
8+
<aapt:attr name="android:fillColor">
9+
<gradient
10+
android:endX="66.02"
11+
android:endY="41.98"
12+
android:startX="41.98"
13+
android:startY="66.02"
14+
android:type="linear">
15+
<item
16+
android:color="#ff650d84"
17+
android:offset="0" />
18+
<item
19+
android:color="#ffa84ab0"
20+
android:offset="1" />
21+
</gradient>
22+
</aapt:attr>
23+
</path>
24+
<path
25+
android:pathData="M30.3,54a23.7,23.7 0,1 0,47.4 0a23.7,23.7 0,1 0,-47.4 0z"
26+
android:strokeWidth="4.6"
27+
android:strokeLineCap="round"
28+
android:strokeLineJoin="round">
29+
<aapt:attr name="android:strokeColor">
30+
<gradient
31+
android:endX="72.38"
32+
android:endY="35.62"
33+
android:startX="35.62"
34+
android:startY="72.38"
35+
android:type="linear">
36+
<item
37+
android:color="#ff650d84"
38+
android:offset="0" />
39+
<item
40+
android:color="#ffa84ab0"
41+
android:offset="1" />
42+
</gradient>
43+
</aapt:attr>
44+
</path>
45+
<path
46+
android:pathData="m64.39,64.39a14.7,14.7 0,0 1,-20.79 0,14.7 14.7,0 0,1 0,-20.79"
47+
android:strokeWidth="4.6"
48+
android:strokeLineCap="round"
49+
android:strokeLineJoin="round">
50+
<aapt:attr name="android:strokeColor">
51+
<gradient
52+
android:endX="62.35"
53+
android:endY="45.65"
54+
android:startX="41.36"
55+
android:startY="66.64"
56+
android:type="linear">
57+
<item
58+
android:color="#4cffffff"
59+
android:offset="0" />
60+
<item
61+
android:color="#00ffffff"
62+
android:offset="1" />
63+
</gradient>
64+
</aapt:attr>
65+
</path>
66+
<path
67+
android:pathData="M37.24,37.24A23.7,23.7 0,0 1,60.13 31.11,23.7 23.7,0 0,1 76.89,47.87 23.7,23.7 0,0 1,70.76 70.76"
68+
android:strokeWidth="4.6"
69+
android:strokeLineCap="round"
70+
android:strokeLineJoin="round">
71+
<aapt:attr name="android:strokeColor">
72+
<gradient
73+
android:endX="73.4"
74+
android:endY="34.6"
75+
android:startX="41.54"
76+
android:startY="66.46"
77+
android:type="linear">
78+
<item
79+
android:color="#4cffffff"
80+
android:offset="0" />
81+
<item
82+
android:color="#00ffffff"
83+
android:offset="1" />
84+
</gradient>
85+
</aapt:attr>
86+
</path>
3487
</vector>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="ic_launcher_background">#141414</color>
4-
</resources>
3+
<color name="ic_launcher_background">#0a0a0c</color>
4+
</resources>

0 commit comments

Comments
 (0)