Skip to content

Latest commit

 

History

History
executable file
·
22 lines (17 loc) · 2.07 KB

HOWTO.md

File metadata and controls

executable file
·
22 lines (17 loc) · 2.07 KB

#Setting Up the iconpack

  1. Download this github project as a zip.
  2. Extract it.
  3. Start Android Studio and import this project as previous android studio project.
  4. Rename package name like this.
  5. Setup basic Strings about app and developer in strings.xml
  6. Set cards.xml for cards on Main App screen
  7. Put 4 images to be displayed on main screen in drawable-nodpi folder, named - ic_display_icon1, ic_display_icon2, ic_display_icon3, ic_display_icon4
  8. Now put icon names under right category in icon_pack.xml
  9. Fork the github project and edit wallpapers.json file in home directory. Now get the url of your wallpapers.json file by clicking Raw button and replace new url in strings.xml at line 26. Wallpaper section is ready now.
  10. And at last change changelog.xml

###Easy 10 steps to initialize this icon pack

####How to add dynamic icons for calender

  1. Instead of <item> tag in appfilter.xml use tag <calender> and instead of attribute drawable use prefix
  2. Suppose icon name for calender is calender_icon_1.png, calender_icon_2.png, calender_icon_3.png .... so on (where numbers are dates). So now in prefix use "calender_icon_".

That is it
You can see commented code in appfilter.xml for example