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

Best practice for android icons: mipmap #5

Open
miqmago opened this issue Dec 20, 2016 · 0 comments
Open

Best practice for android icons: mipmap #5

miqmago opened this issue Dec 20, 2016 · 0 comments

Comments

@miqmago
Copy link

miqmago commented Dec 20, 2016

See https://android-developers.googleblog.com/2014/10/getting-your-apps-ready-for-nexus-6-and.html

It’s best practice to place your app icons in mipmap- folders (not the drawable- folders) because they are used at resolutions different from the device’s current density. For example, an xxxhdpi app icon can be used on the launcher for an xxhdpi device.

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