Skip to content

Commit

Permalink
updated app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ezechuka committed May 11, 2022
1 parent cd08627 commit f509a54
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
android:allowBackup="false"
android:icon="@mipmap/englishwhiz_icon"
android:label="@string/app_name"
android:roundIcon="@mipmap/englishwhiz_icon_round"
android:roundIcon="@mipmap/englishwhiz_icon"
android:supportsRtl="true"
android:theme="@style/Theme.EnglishWhiz">
<activity
Expand Down
Binary file added app/src/main/play_store_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/src/main/res/mipmap-anydpi-v26/englishwhiz_icon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/englishwhiz_icon_background"/>
<foreground android:drawable="@mipmap/englishwhiz_icon_foreground"/>
<background android:drawable="@mipmap/englishwhiz_icon_background"/>
<foreground android:drawable="@mipmap/englishwhiz_icon_foreground"/>
</adaptive-icon>
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/englishwhiz_icon_round.xml

This file was deleted.

Binary file modified app/src/main/res/mipmap-hdpi/englishwhiz_icon.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 modified app/src/main/res/mipmap-hdpi/englishwhiz_icon_foreground.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 not shown.
Binary file modified app/src/main/res/mipmap-mdpi/englishwhiz_icon.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 modified app/src/main/res/mipmap-mdpi/englishwhiz_icon_foreground.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 not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/englishwhiz_icon.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 modified app/src/main/res/mipmap-xhdpi/englishwhiz_icon_foreground.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 not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/englishwhiz_icon.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 modified app/src/main/res/mipmap-xxhdpi/englishwhiz_icon_foreground.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 not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/englishwhiz_icon.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 modified app/src/main/res/mipmap-xxxhdpi/englishwhiz_icon_foreground.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 not shown.
4 changes: 0 additions & 4 deletions app/src/main/res/values/englishwhiz_icon_background.xml

This file was deleted.

0 comments on commit f509a54

Please sign in to comment.