pull/32/head
GKF 6 years ago
parent e391daa022
commit 5302c0a2a4
  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_foreground.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_foreground.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_foreground.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_foreground.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_foreground.png
  18. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  19. 4
      app/src/main/res/values/ic_launcher_background.xml

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 841 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

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