diff --git a/examples/flutter_gallery/README.md b/examples/flutter_gallery/README.md index c27fadc600..4a86457ded 100644 --- a/examples/flutter_gallery/README.md +++ b/examples/flutter_gallery/README.md @@ -22,9 +22,5 @@ The `flutter run --release` command both builds and installed the Flutter app. ## Icon -Icon was generated using Android Asset Studio: -https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=0&foreground.space.pad=0.1&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=ffffff%2C100&effects=none - -From the Flutter Logo: -https://github.com/flutter/website/blob/master/_includes/logo.html -which appears to be CC-BY 4.0. +Android launcher icons were generated using Android Asset Studio: +https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=1&foreground.space.pad=0.1&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=fafafa%2C100&effects=none diff --git a/examples/flutter_gallery/android/res/mipmap-hdpi/ic_launcher.png b/examples/flutter_gallery/android/res/mipmap-hdpi/ic_launcher.png index a429c28949..733717e47f 100644 Binary files a/examples/flutter_gallery/android/res/mipmap-hdpi/ic_launcher.png and b/examples/flutter_gallery/android/res/mipmap-hdpi/ic_launcher.png differ diff --git a/examples/flutter_gallery/android/res/mipmap-mdpi/ic_launcher.png b/examples/flutter_gallery/android/res/mipmap-mdpi/ic_launcher.png index 4758b7c043..732502a400 100644 Binary files a/examples/flutter_gallery/android/res/mipmap-mdpi/ic_launcher.png and b/examples/flutter_gallery/android/res/mipmap-mdpi/ic_launcher.png differ diff --git a/examples/flutter_gallery/android/res/mipmap-xhdpi/ic_launcher.png b/examples/flutter_gallery/android/res/mipmap-xhdpi/ic_launcher.png index 36fc087ad1..9a49f98ae1 100644 Binary files a/examples/flutter_gallery/android/res/mipmap-xhdpi/ic_launcher.png and b/examples/flutter_gallery/android/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/examples/flutter_gallery/android/res/mipmap-xxhdpi/ic_launcher.png b/examples/flutter_gallery/android/res/mipmap-xxhdpi/ic_launcher.png index 6e38b48b7d..01fa1e6c0d 100644 Binary files a/examples/flutter_gallery/android/res/mipmap-xxhdpi/ic_launcher.png and b/examples/flutter_gallery/android/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/examples/flutter_gallery/android/res/mipmap-xxxhdpi/ic_launcher.png b/examples/flutter_gallery/android/res/mipmap-xxxhdpi/ic_launcher.png index 78c77b8967..0f9552e270 100644 Binary files a/examples/flutter_gallery/android/res/mipmap-xxxhdpi/ic_launcher.png and b/examples/flutter_gallery/android/res/mipmap-xxxhdpi/ic_launcher.png differ