Skip to content

Commit b924571

Browse files
committed
feat: Add adaptive icon
1 parent 9263d41 commit b924571

22 files changed

+11
-177
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
/captures
88
.externalNativeBuild
99
/app/build/*
10-
/app/release/*
10+
/app/release/*
11+
/other
12+
*.log

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ Any question related to this project you can either use issue or join my [telegr
1717
Developer is too lazy to open the web page and download them one by one,\
1818
So he wrote this application
1919

20-
这里我也懒得写了= =\
2120
我可能在完成大多数功能之后再拐回来完善这里\
22-
And he is too lazy to write a readme, too uwu\
2321
Maybe he will complete here after he finished major features.
2422

2523
---
17.9 KB
Loading

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

Lines changed: 0 additions & 170 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
-2.89 KB
Binary file not shown.
2.29 KB
Loading
-4.79 KB
Binary file not shown.
-2.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)