chore: update android adaptive icon

master
hoba_razor 4 years ago
parent 2a583a6a66
commit a26455412c
  1. 4
      android/app/src/main/AndroidManifest.xml
  2. BIN
      android/app/src/main/res/drawable-hdpi/ic_launcher_background.png
  3. BIN
      android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
  4. BIN
      android/app/src/main/res/drawable-mdpi/ic_launcher_background.png
  5. BIN
      android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
  6. BIN
      android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png
  7. BIN
      android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
  8. BIN
      android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png
  9. BIN
      android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
  10. BIN
      android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png
  11. BIN
      android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
  12. 5
      android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
  13. BIN
      android/app/src/main/res/mipmap-hdpi/launcher_icon.png
  14. BIN
      android/app/src/main/res/mipmap-mdpi/launcher_icon.png
  15. BIN
      android/app/src/main/res/mipmap-xhdpi/launcher_icon.png
  16. BIN
      android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png
  17. BIN
      android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png
  18. 0
      assets/ios_icon.png
  19. BIN
      assets/launcher_icon/background.png
  20. BIN
      assets/launcher_icon/foreground.png
  21. 6
      pubspec.yaml

@ -3,7 +3,7 @@
<application
android:label="Contact Tracing"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/launcher_icon">
<activity
android:name=".MainActivity"
android:exported="true"
@ -28,7 +28,7 @@
<service
android:name=".MainTileService"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/launcher_icon"
android:label="@string/tile_service_name"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

@ -57,9 +57,11 @@ dev_dependencies:
# flutter pub run flutter_launcher_icons:main
flutter_icons:
remove_alpha_ios: true
android: true
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
image_path: "assets/ios_icon.png"
adaptive_icon_background: "assets/launcher_icon/background.png"
adaptive_icon_foreground: "assets/launcher_icon/foreground.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec