Skip to content

Commit

Permalink
Logo resized
Browse files Browse the repository at this point in the history
  • Loading branch information
Binod Adhikary committed Jan 31, 2025
1 parent 07dd750 commit 8034e70
Show file tree
Hide file tree
Showing 24 changed files with 14 additions and 0 deletions.
Binary file added src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
5 changes: 5 additions & 0 deletions src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Binary file removed src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file added src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file added src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file added src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file added src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file added src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file added src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>

0 comments on commit 8034e70

Please sign in to comment.