Zooper Widget Template Folder
If you plan to add Zooper widgets to your icon pack, this is what you have to do:
May 27, 2017 - Zooper widgets require a set of files that go into 4 folders: bitmaps, fonts, iconsets, templates. Those 4 folders are inside src/main/assets. Dan juga, banyak orang yang membuat Template Zooper widget ini. Kemudian, Close Aplikasi Zooper Widget. Kemudian paste di Folder ZooperWidget/templates /disini ( paste di dalam foler templates ).
#Adding the assets
Zooper widgets require a set of files that go into 4 folders: bitmaps, fonts, iconsets, templates
Those 4 folders are inside src/main/assets.
Copy your widgets files into the respective folders.
And that's it.
#Enabling the Zooper support in AndroidManifest.xml
Go to your project's AndroidManifest.xml, and search for the lines:
Zooper Widget Template Folder

Remove the comment marks to enable Zooper.
#Modifying Zooper pack info.Go to res/values/configurations/values/zooper_configuration.xml and edit whatever you want.I think the comments and names make the things self-explanatory, so it will be easy to do by yourself.
#Working with the Zooper widget Previews.When creating widgets, Zooper 'puts' a #555555 colored background to all the widgets, which make them look not bad in the app.
To avoid this you have 2 options:
- (Recommended)
- Open Zooper app
- Choose 'Preview background' option
- Set the color to
#00ffffff
After that you will always be able to export widgets with the best previews.
- Go to
res/values/configurations/values/dashboard_configurations.xml - Search for the line:
<bool name='remove_zooper_previews_background'>true</bool>
If you set it to true, the app will remove the #555555 color from the pictures, and will replace it with transparent color. Which will remove background Zooper added to the widgets. The problem with this option, is that if your widget has #555555 color somewhere, it will be replaced with transparent color too. So use it wisely.
Play encrypts paid apps, and that messes with the provider and Zooper.So, to avoid problems with Zooper, additionally to your iconsets zips, unzip them and create a folder with its content, inside the iconsets folder too.For example, if your iconset is named WeatherIcons.zip
- Copy it to:
assets/iconsets/ - In
assets/iconsets/create a folder with the name of your iconset zip, in this caseWeatherIcons - Extract the content of the iconset zip, in this case
WeatherIcons.zipintoassets/iconsets/WeatherIcons(or the folder you created in last step). - Keep both the zip and the folder inside
assets/iconsets/. The app will do the rest.
That's it. Good luck