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

Change icon location to mipmap #27

Open
easycheese opened this issue Jul 10, 2015 · 3 comments
Open

Change icon location to mipmap #27

easycheese opened this issue Jul 10, 2015 · 3 comments

Comments

@easycheese
Copy link

As in the title, change the icon location to mipmap vs drawable. Or provide the option?

@ahornerr
Copy link
Contributor

I believe only the Launcher icon (ic_launcher) should be in the mipmap folders. I have a hard time finding a case where someone would want to use a single material icon as their launcher icon. Google guidelines say:

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.

For all other icons, they should be placed in their respective drawable folders so that the device picks the right icon for it's display density.

@easycheese
Copy link
Author

You are right, I misunderstood the reason for the mipmap folder.
On Jul 13, 2015 09:44, "Andy Horner" [email protected] wrote:

I believe only the Launcher icon (ic_launcher) should be in the mipmap
folders. I have a hard time finding a case where someone would want to use
a single material icon as their launcher icon. Google guidelines say:

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.

For all other icons, they should be placed in their respective drawable
folders so that the device picks the right icon for it's display density.


Reply to this email directly or view it on GitHub
#27 (comment)
.

@vanniktech
Copy link
Contributor

I guess this one can be closed then?

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

3 participants