Browse Source

Regenerated app icons to use proper background color and round shape on all API versions.

housekeeping/remove-warnings
Antoine POPINEAU 5 years ago
parent
commit
02715389d2
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. BIN
      app/src/main/ic_launcher-web.png
  2. 4
      app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  3. 4
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  4. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.png
  5. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_background.png
  6. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  7. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher.png
  8. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_background.png
  9. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  10. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.png
  11. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
  12. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  13. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  14. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
  15. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  16. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  17. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
  18. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  19. 4
      app/src/main/res/values/ic_launcher_background.xml

BIN
app/src/main/ic_launcher-web.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

4
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@ -1,5 +1,5 @@ @@ -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/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

4
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

@ -1,5 +1,5 @@ @@ -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/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

BIN
app/src/main/res/mipmap-hdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

4
app/src/main/res/values/ic_launcher_background.xml

@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">@color/colorPrimary</color>
</resources>
Loading…
Cancel
Save