I want to have a night mode/day mode theme in my app. Currently, I have all screens with day mode.
I have 80+ very complex layout files, 20+ styles defined (7 kinds of text, spinners, etc).
Option 1: Have another set of layouts with _night prefix, referencing _night styles would be a lot of work.
Option 2: switch out colors in runtime..too much work
Is there an easy way to define another theme?