i have develop an app with 2 theme. UI change color in runtime. My idea was: to create a View.changeColor extension in Kotlin and create inside an animation to change color from white to black
is it possibile in Kotlin? is it correct or it is a creasy idea?