Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Wrong icon size on A13 #43

Open
vodemn opened this issue Nov 21, 2023 · 0 comments
Open

[BUG] Wrong icon size on A13 #43

vodemn opened this issue Nov 21, 2023 · 0 comments

Comments

@vodemn
Copy link

vodemn commented Nov 21, 2023

ℹ️ Info

Version: v2.1.5

💬 Description

I've checked the example icons and they are 1024x1024. I've used icon of the same size for my app, but the resulting icon is too big on my Pixel 6 and Samsung Galaxy S20+ both running Android 13.

Samsung Galaxy S20+ 5G (Android 13) Screenshot 2023-11-21 at 09 49 58

📜 icons_launcher-prod.yaml

icons_launcher:
  image_path: "assets/launcher_icon_circle.png"
  platforms:
    android:
      enable: true
      image_path: "assets/launcher_icon_circle.png"
      adaptive_background_color: '#212121'
      adaptive_foreground_image: "assets/launcher_icon_circle.png"
      adaptive_round_image: "assets/launcher_icon_circle.png"
dart run icons_launcher:create --flavor prod
launcher_icon_square.png ![Icon square](https://github.com/mrrhak/icons_launcher/assets/44135514/9cd7d65c-660c-400a-beba-7acfcb16039a)
launcher_icon_circle.png ![output-onlinepngtools (3)](https://github.com/mrrhak/icons_launcher/assets/44135514/8b7bb148-41be-4d63-8738-8811aeda1bcf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant