Browse Source

chore(android): generate launcher icons

pull/1/head
isra el 3 years ago
parent
commit
d1145fdc34
  1. BIN
      android/app/src/main/ic_launcher-playstore.png
  2. 4
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  3. 4
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  4. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  5. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
  6. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  7. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  8. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
  9. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  10. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
  11. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  12. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  13. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
  14. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  15. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
  16. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  17. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  18. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
  19. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  20. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
  21. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  22. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  23. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
  24. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  25. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
  26. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  27. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  28. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
  29. 4
      android/app/src/main/res/values/ic_launcher_background.xml

BIN
android/app/src/main/ic_launcher-playstore.png

After

Width: 512  |  Height: 512  |  Size: 237 KiB

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

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <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> </adaptive-icon>

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

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <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> </adaptive-icon>

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

After

Width: 72  |  Height: 72  |  Size: 4.0 KiB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.webp

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

After

Width: 162  |  Height: 162  |  Size: 10 KiB

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

After

Width: 72  |  Height: 72  |  Size: 6.2 KiB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp

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

After

Width: 48  |  Height: 48  |  Size: 2.2 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.webp

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

After

Width: 108  |  Height: 108  |  Size: 5.0 KiB

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

After

Width: 48  |  Height: 48  |  Size: 3.5 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp

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

After

Width: 96  |  Height: 96  |  Size: 6.3 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png

After

Width: 216  |  Height: 216  |  Size: 18 KiB

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

After

Width: 96  |  Height: 96  |  Size: 9.7 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp

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

After

Width: 144  |  Height: 144  |  Size: 12 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png

After

Width: 324  |  Height: 324  |  Size: 40 KiB

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

After

Width: 144  |  Height: 144  |  Size: 18 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp

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

After

Width: 192  |  Height: 192  |  Size: 21 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png

After

Width: 432  |  Height: 432  |  Size: 74 KiB

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

After

Width: 192  |  Height: 192  |  Size: 30 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp

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

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