This question already has an answer here:
- Mipmap drawables for icons 11 answers
I'm working with Android Studio 1.1 Preview 1. I noticed that when I create a new project I'm getting the following hierarchy:
Mipmap folders for different DPIs, no more different DPIs drawable folders.
Should I put all my resources in the mipmap folders, or just the app icon?
The mipmap folders are for placing your app/launcher icons (which are shown on the homescreen) in only. Any other drawable assets you use should be placed in the relevant drawable folders as before.
According to this Google blogpost:
When referencing the mipmap- folders ensure you are using the following reference:
The reason they use a different density is that some launchers actually display the icons larger than they were intended. Because of this, they use the next size up.