-
-
Notifications
You must be signed in to change notification settings - Fork 136
Adding app widgets
These widgets are not related to Zooper nor Kustom
Check this folder to find the pictures the app uses for the widgets:
app/src/main/res/drawable-nodpi/
Clock Widget
This widget requires 3 pictures. Is very important that you keep the same file names, otherwise you will have to edit the AndroidManifest.xml
file... :
- clock_bg
Is the background of the clock.
- clock_hour_hand
Is the hour hand of the clock. When creating a new one, make sure it points to 12.
- clock_minute_hand
Is the minute hand of the clock. When creating a new one, make sure it points to 12, too.
Launcher Icon restorer widget
This widget require just one picture, but it is a .9.png
To get a .9.png:
- Create a 512x512 px version of you app icon.
- Go to this site
- Click in "Select image" and select your icon.
- Tap XXHDPI in source density.
- Tap CONTENT PADDING as edit mode.
- Then in drawable name, name it: "app_logo" (without quotes).
- Then press in "Download .zip" button.
- Then extract the icon in
res/drawable-xxxdpi/
toapp/src/main/res/drawable-nodpi/
folder.
That's it.
Remember to rebuild your project for the changes to take effect.
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