Skip to content

Set App Icon

Lumiq Creative edited this page Jul 15, 2020 · 6 revisions

Set Adaptive Icon

Adaptive Icons comprise two layers.

New to Adaptive Icons?
See the specs to get started.

Set Foreground

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.

Set Background

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.

Set Legacy Icons

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