-
-
Notifications
You must be signed in to change notification settings - Fork 126
Set App Icon
Lumiq Creative edited this page Jul 15, 2020
·
6 revisions
Adaptive Icons comprise two layers.
New to Adaptive Icons?
See the specs to get started.
Navigate to /app/src/main/res/drawable-v24.
- If you’re using a vector drawable, overwrite ic_launcher_foreground.xml.
- If you’re using an image, replace ic_launcher_foreground.xml with ic_launcher_foreground.png.
Navigate to /app/src/main/res/drawable.
- If you’re using a vector drawable, overwrite ic_launcher_background.xml.
- If you’re using an image, replace ic_launcher_background.xml with ic_launcher_background.png.
In /app/src/main/res, find five directories with the mipmap- prefix. In each directory overwrite ic_launcher.png (standard app icon) and ic_launcher_round.png (round app icon). Each directory houses icons of different dimensions:
Directory Name | Asset Size |
---|---|
mipmap-mdpi | 48 × 48 px |
mipmap-hdpi | 72 × 72 px |
mipmap-xhdpi | 96 × 96 px |
mipmap-xxhdpi | 144 × 144 px |
mipmap-xxxhdpi | 192 × 192 px |
Copyright 2022 by Jahir Fiquitiva. This work is licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License.