Closed geftimov closed 9 years ago
I believe that the latest PR that got merged will solve it for you. See https://github.com/Pixate/pixate-freestyle-android/pull/27 You can call init() multiple times with a different CSS file, and Pixate should reload using the new CSS.
Hello, I want to make several css files and switch them in runtime. The fields in them wii be the same with minor changes :
default.css
default2.css
That way i can make themes for my application. The only way i found is to override the implementation of the PixateFreestyle class. So my question is: Is there more convenient way to switch between almost same css files in runtime?
Thanks, Georgi Eftimov