-
-
Notifications
You must be signed in to change notification settings - Fork 30
Setting up colors.xml
You can modify the dashboard’s colors in the colors.xml
file, which you will find under app/src/main/res/values/colors.xml
.
You can modify each value by replacing the text between the “>” and “<” signs with a hexadecimal color code.
The colors' names are pretty self-explanatory, so you should be able to figure out which parts of the dashboard particular values correspond to.
Remember to edit all the values in this file, to maintain a consistent look throughout all the available dashboard themes.
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