I'm working on an android app using kotlin.
I'm asked to implement a feature where the user picks a color upon signup, and this color is later the main color for this user in the app. Where the action bar, buttons, and textinputlayouts should change color.
Before the user picks a color (app default theme color)
This is where I reached after the user picks the color from the color picker.
Any idea how to change the color of the textinputlayouts accordingly?
Thanks in advance