diff --git a/flutter_app/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/flutter_app/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png index 442c5ef..e3e6c12 100644 Binary files a/flutter_app/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png and b/flutter_app/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png differ diff --git a/flutter_app/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png b/flutter_app/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png index b4a5ef6..5e83e4c 100644 Binary files a/flutter_app/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png and b/flutter_app/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png differ diff --git a/flutter_app/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png b/flutter_app/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png index 156d336..a97937c 100644 Binary files a/flutter_app/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png and b/flutter_app/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png differ diff --git a/flutter_app/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png b/flutter_app/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png index f901fae..3b6b626 100644 Binary files a/flutter_app/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png and b/flutter_app/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png differ diff --git a/flutter_app/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png b/flutter_app/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png index c7b1317..70eaf06 100644 Binary files a/flutter_app/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png and b/flutter_app/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png differ diff --git a/flutter_app/assets/logo/pozo_logo_foreground.png b/flutter_app/assets/logo/pozo_logo_foreground.png new file mode 100644 index 0000000..db6c622 Binary files /dev/null and b/flutter_app/assets/logo/pozo_logo_foreground.png differ diff --git a/flutter_app/pubspec.yaml b/flutter_app/pubspec.yaml index 5798081..baf39c6 100644 --- a/flutter_app/pubspec.yaml +++ b/flutter_app/pubspec.yaml @@ -33,7 +33,7 @@ flutter_launcher_icons: image_path: "assets/logo/pozo_logo_padded.png" remove_alpha_ios: true adaptive_icon_background: "#d2242e" - adaptive_icon_foreground: "assets/logo/pozo_logo_padded.png" + adaptive_icon_foreground: "assets/logo/pozo_logo_foreground.png" flutter: uses-material-design: true