Skip to content

Commit ff2309d

Browse files
committed
更换icon以及apk包,处理#1的issue,暂时尚未处理在android 8以上icon图标的显示问题。
1 parent e56d0fd commit ff2309d

23 files changed

+5
-119
lines changed

apk/app-debug.apk

322 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<application
66
android:allowBackup="true"
7-
android:icon="@drawable/jetpack"
7+
android:icon="@mipmap/ic_launcher"
88
android:label="@string/app_name"
99
android:supportsRtl="true"
1010
android:theme="@style/AppTheme">

app/src/main/ic_launcher-web.png

34.8 KB
Loading

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

Lines changed: 0 additions & 34 deletions
This file was deleted.

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

Lines changed: 0 additions & 74 deletions
This file was deleted.

app/src/main/res/ic_launcher.png

33.6 KB
Loading

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
662 Bytes
Loading
-4.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)