-
-
Notifications
You must be signed in to change notification settings - Fork 30
Changing app launcher and splash screen icons
Jahir Fiquitiva edited this page Mar 18, 2020
·
2 revisions
- Go to
app/src/main/res
folder - Create a folder with name
drawable-nodpi
- Put your app icon there in png format. Optimal dimensions: 288 x 288 pixels.
- Make sure your icon is named
app_splash_screen_picture.png
for Kuper2.+
. For older versions, it should be namedapp_logo.png
- Go to
app/src/main/res
folder - There you will find some
mipmap-xxxxx
folders - Put your icons in every folder with the following sizes:
Folder suffix | Dimensions (in pixels) |
---|---|
mdpi | 48x48 |
hdpi | 72x72 |
xhdpi | 96x96 |
xxhdpi | 144x144 |
xxxhdpi | 192x192 |
Copyright 2022 by Jahir Fiquitiva. This work is licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License.
This list represents the step-to-step process to setup Kuper. It's organized so it's easier to follow. (Although you can do it in the order you want.)
- First steps
- Setting
build.gradle
up - Setting
AndroidManifest.xml
up - Change app icons
- Setting colors up
- Setting
MainActivity.kt
up - Setting
strings.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
- Update your app's changelog
- Publish your app! 😃
- Update to latest version