drawable VS mipmap

google 了一下,在 stackoverflow查到
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.

你可能感兴趣的:(drawable VS mipmap)