Skip to content

Commit

Permalink
fix: improperly sized monochrome icon (#715)
Browse files Browse the repository at this point in the history
Fix the monochromatic icon being improperly sized

Commits:
* fix: improperly sized monochrome icon

* refactor: `ic_launcher_shape` -> `ic_launcher_monochrome.png`
  • Loading branch information
validcube committed Feb 25, 2023
1 parent 3ae4d69 commit 27bd9dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_shape"/>
</adaptive-icon>

0 comments on commit 27bd9dd

Please sign in to comment.