Browse Source

Add Android icon

pull/2165/head
Anders Jenbo 6 years ago
parent
commit
08f8e5b502
  1. BIN
      android-project/app/src/main/ic_launcher-playstore.png
  2. 5
      android-project/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  3. 5
      android-project/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  4. BIN
      android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
  5. BIN
      android-project/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
  6. BIN
      android-project/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  7. BIN
      android-project/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  8. BIN
      android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
  9. BIN
      android-project/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
  10. BIN
      android-project/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  11. BIN
      android-project/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  12. BIN
      android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  13. BIN
      android-project/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
  14. BIN
      android-project/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  15. BIN
      android-project/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  16. BIN
      android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  17. BIN
      android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
  18. BIN
      android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  19. BIN
      android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  20. BIN
      android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  21. BIN
      android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
  22. BIN
      android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  23. BIN
      android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

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

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

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

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Loading…
Cancel
Save