-
-
Notifications
You must be signed in to change notification settings - Fork 138
Set App Icon
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).
Note
The standard icon may be round.
Each directory houses icons of different dimensions:
Directory Name | Icon 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 |
Wiki written by Patryk Goworowski, Lumiq Creative, and Jackson Hayes. Special thanks to Sanchith Hegde. Copyright © 2018 Jahir Fiquitiva.
Licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License. You may not use this file except in compliance with the License. You may obtain a copy of the License at http://creativecommons.org/licenses/by-sa/4.0/legalcode.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Get Started
- Set Basic Values
- Create a Package
- Set App Name
- Set App Icon
- Set Launch Screen Image
- Set App Colours
- Change Store & License Settings
- Setting
blueprint_setup.xml
up - Setting
kuper_setup.xml
up - Setting
frames_setup.xml
up - Setting custom styles
- Adding Zooper widgets
- Adding Kustom assets
- Setting up Credits
- Optimize your wallpapers
- Setting up the wallpapers JSON file
- Enabling notifications
- Setting up the icon pack (1/2)
- Setting up the icon pack (2/2)
- Add support for Smart Launcher
- Update your app's changelog