ionic-team / ionic-package-hooks

Cordova hooks that you can run in Ionic Package
Other
68 stars 38 forks source link

Add support for custom themes.xml and styles.xml #19

Closed Just-Ghali closed 8 years ago

Just-Ghali commented 8 years ago

This hook copies files in resources/android/values/ to platforms/android/res/values.

We ran into this limitation when we wanted add custom styles and theme for the android app. Android Styles and Themes

imhoffd commented 8 years ago

Thanks, this looks very good!

Couple things:

Just-Ghali commented 8 years ago

Thanks @dwieeb , yep makes sense. I added a check to match against the file name limiting it to themes.xml and styles.xml

imhoffd commented 8 years ago

Thanks, @Just-Ghali! Looks great. I just merged it in.