iOS
To add custom icon sets into your iOS Pugpig app you will need to package your icons into an Image Set Asset Catalog within the iOS folder of your target repository.
For Pugpig this folder structure is as follows:
-
PugpigProducts.xcassets
-
<asset-name>.imageset
-
Asset files
(All asset images need to be in .png format with alpha transparency.) Contents.json file
-
-
The possible assets that can be included as <asset name> are as follows:
account |
error |
reorderdone save saved scrapbook scrapbookcover search settings share small textresize thumbs |
The Contents.json file needs to be included in every .imageset folder and contains metadata about the images information about this at: Apple information on Image Set Asset Catalogs
Android
Adding custom icons into your Pugpig Android app requires the creation of the following folder structure within the Android folder in your target repository:
-
Res
-
drawable-xhdpi
-
<asset name>.png
-
-
All assets must be .png with transparency, at a resolution of 50x50.
The following asset names can be used to overwrite the default icons:
account_fill account archive arrowarrow arrowleft audio audioavailable audioplaying back basket_fill basket close collapse contents done download drag |
edit error filters gallery heart_fill heart home large locked medium nightmodedisable nightmodeenable padunlock pause paywall_snapshot_landscape paywall_snapshot_portrait |
play refresh reorder save saved scrapbook scrapbookcover search settings share skipnext skipprevious small textresize thumbs trash wishlist |
Comments
0 comments
Please sign in to leave a comment.