Skip to content

Commit

Permalink
feat: modify Toast and app logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzoud committed Dec 19, 2024
1 parent 1d09b60 commit 017f786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added app/src/main/res/drawable/astro_logo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/white_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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" />
<background android:drawable="@drawable/white_background" />
<foreground android:drawable="@drawable/astro_logo3" />
<monochrome android:drawable="@drawable/astro_logo3" />
</adaptive-icon>

0 comments on commit 017f786

Please sign in to comment.