-
Notifications
You must be signed in to change notification settings - Fork 25
Changing the app's icons
Sarsa Murmu edited this page Jan 20, 2024
·
3 revisions
- Open
app/src/main/res
- You can find folders named
mipmap-mdpi
,mipmap-hdpi
,mipmap-xhdpi
,mipmap-xxhdpi
andmipmap-xxxhdpi
- You have to put different dimension of your app's icon in these folders. Icon's name will be
ic_launcher.png
The following list describes it better
-
mipmap-mdpi
:ic_launcher.png
with dimension of48x48px
. -
mipmap-hdpi
:ic_launcher.png
with dimension of72x72px
. -
mipmap-xhdpi
:ic_launcher.png
with dimension of96x96px
. -
mipmap-xxhdpi
:ic_launcher.png
with dimension of144x144px
. -
mipmap-xxxhdpi
:ic_launcher.png
with dimension of192x192px
.
- Make an image file named
ic_splash_screen.png
and paste it insideapp/src/main/res/drawable-nodpi
folder (replacing the existing file) - Dimension should be 576x576
- Now the image will be shown in your app's splash screen
If you want more help then join Our Telegram Group.
- Wallpaper JSON
- Setting up the Config JSON
- Advanced Dashboard configurations
- Changing fonts
- Changing navigation drawer icons
- Changing icons of the apply section
- Replacing icon names in icon preview
- Enabling OneSignal notifications
- Enabling InApp purchases (donations and premium requests)
- Customizing the analog clock widget
- Enabling Kustom presets