diff --git a/examples/flutter_gallery/README.md b/examples/flutter_gallery/README.md index c27fadc6002..4a86457dedd 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 a429c289494..733717e47f2 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 4758b7c0433..732502a400b 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 36fc087ad15..9a49f98ae18 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 6e38b48b7d6..01fa1e6c0dd 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 78c77b89671..0f9552e270e 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