designrifts / Ultimate_Theme_UI_Template

The ultimate open source Android theme and icon pack template
125 stars 61 forks source link

Enabled the icon request class to create some extra XMLs #9

Closed MatthewBooth closed 10 years ago

MatthewBooth commented 10 years ago

And performed the following changes:

That's all. It's still very quick to grab all the icons, and it makes it faster/easier to implement. The only issue I could foresee is the imageName variable being bad if there are two apps of the same name. But that would realisitically only happen to system apps, which rarely have the same name.

designrifts commented 10 years ago

I changed the icon request in favor of Pkmmte's library which was a cleaner and simpler method. Thank you for your contribution though.

MatthewBooth commented 10 years ago

Nice one :) I did it for myself but thought it might be useful. I'll have to check out the latest commits! :)

designrifts commented 10 years ago

I very much appreciate you taking the time to help improve the template. More commits will be coming soon to add more launcher support as well as the one from earlier today.