Pixplicity / gene-rate

Generate a better rating for your Android app
Apache License 2.0
67 stars 17 forks source link

Light theme support #10

Closed soenkegissel closed 5 years ago

soenkegissel commented 6 years ago

Currently only dark theme is supported. On light apps this sometimes doesn't look very nice. Can a light theme be applied during build?

mlagerberg commented 5 years ago

Unfortunately I haven't been able to add support for a custom theme (due to Android not supporting setting the theme programmatically) so I've added basic light and dark theme support in version 1.3.0. Simply activate the light version using .setLightTheme(true).

soenkegissel commented 5 years ago

That is more than I can expect. Thank you very much!

mlagerberg commented 5 years ago

And it only took eight months! :) Enjoy