Created
March 28, 2020 11:16
-
-
Save DHosseiny/0ca6103ed184f36f47e8cb0a3778e23c to your computer and use it in GitHub Desktop.
Theme Switcher Code snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Theme : BaseObservable() { | |
@Bindable val colorPrimary: String = "colorPrimary" | |
@Bindable val colorPrimaryDark: String = "colorPrimaryDark" | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment