Skip to content

Commit

Permalink
perf: icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 11, 2024
1 parent d66d225 commit a5d2040
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@drawable/ic_launcher_round"
android:roundIcon="@drawable/ic_launcher"
android:supportsRtl="false"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
android:viewportWidth="32"
android:viewportHeight="32">
<path
android:fillColor="#000"
android:fillColor="#111"
android:pathData="M0,0h32v32h-32z" />
</vector>
6 changes: 0 additions & 6 deletions app/src/main/res/drawable/ic_launcher_round.xml

This file was deleted.

0 comments on commit a5d2040

Please sign in to comment.