Skip to content

Commit 1369d23

Browse files
committed
feat: change debug app icon
1 parent 3cdb2d0 commit 1369d23

3 files changed

Lines changed: 63 additions & 3 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="110dp"
3+
android:height="110dp"
4+
android:viewportWidth="110"
5+
android:viewportHeight="110">
6+
<group>
7+
<clip-path
8+
android:pathData="M0,0h110v110h-110z"/>
9+
<path
10+
android:pathData="M64.5,35.5m-8.25,0a8.25,8.25 0,1 1,16.5 0a8.25,8.25 0,1 1,-16.5 0"
11+
android:strokeAlpha="0.5"
12+
android:strokeWidth="0.5"
13+
android:fillColor="#00000000"
14+
android:strokeColor="#ffffff"/>
15+
<path
16+
android:pathData="M44.5,74.5m-8.25,0a8.25,8.25 0,1 1,16.5 0a8.25,8.25 0,1 1,-16.5 0"
17+
android:strokeAlpha="0.5"
18+
android:strokeWidth="0.5"
19+
android:fillColor="#00000000"
20+
android:strokeColor="#ffffff"/>
21+
<path
22+
android:pathData="M55,55m-29.75,0a29.75,29.75 0,1 1,59.5 0a29.75,29.75 0,1 1,-59.5 0"
23+
android:strokeAlpha="0.5"
24+
android:strokeWidth="0.5"
25+
android:fillColor="#00000000"
26+
android:strokeColor="#ffffff"/>
27+
<path
28+
android:pathData="M37.25,0L37.25,120"
29+
android:strokeAlpha="0.5"
30+
android:strokeWidth="0.5"
31+
android:fillColor="#00000000"
32+
android:strokeColor="#ffffff"/>
33+
<path
34+
android:pathData="M72.25,0L72.25,120"
35+
android:strokeAlpha="0.5"
36+
android:strokeWidth="0.5"
37+
android:fillColor="#00000000"
38+
android:strokeColor="#ffffff"/>
39+
<path
40+
android:pathData="M0,31.75L120,31.75"
41+
android:strokeAlpha="0.5"
42+
android:strokeWidth="0.5"
43+
android:fillColor="#00000000"
44+
android:strokeColor="#ffffff"/>
45+
<path
46+
android:pathData="M0,78.75L120,78.75"
47+
android:strokeAlpha="0.5"
48+
android:strokeWidth="0.5"
49+
android:fillColor="#00000000"
50+
android:strokeColor="#ffffff"/>
51+
</group>
52+
<path
53+
android:pathData="M69,35.5C69,37.99 66.99,40 64.5,40C62.01,40 60,37.99 60,35.5C60,33.01 62.01,31 64.5,31C66.99,31 69,33.01 69,35.5ZM49,74.5C49,76.99 46.99,79 44.5,79C42.01,79 40,76.99 40,74.5C40,72.01 42.01,70 44.5,70C46.99,70 49,72.01 49,74.5ZM56.75,32H50.7C43.13,32 37,38.13 37,45.7C37,53.26 43.13,59.39 50.7,59.39H58.2C61.4,59.39 64,61.99 64,65.2C64,68.4 61.4,71 58.2,71H52.25C52.73,72.07 53,73.25 53,74.5C53,76.15 52.53,77.69 51.71,79H58.2C65.82,79 72,72.82 72,65.2C72,57.57 65.82,51.39 58.2,51.39H50.7C47.55,51.39 45,48.84 45,45.7C45,42.55 47.55,40 50.7,40H57.29C56.47,38.69 56,37.15 56,35.5C56,34.25 56.27,33.07 56.75,32Z"
54+
android:fillColor="#ffffff"
55+
android:fillType="evenOdd"/>
56+
</vector>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background_debug"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5-
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@color/ic_launcher_background_debug"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground_debug"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground_debug" />
66
</adaptive-icon>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="ic_launcher_background_debug">#FF2D2A2F</color>
4+
</resources>

0 commit comments

Comments
 (0)