Skip to content

Instantly share code, notes, and snippets.

@DHosseiny
Created March 28, 2020 11:16
Show Gist options
  • Save DHosseiny/0ca6103ed184f36f47e8cb0a3778e23c to your computer and use it in GitHub Desktop.
Save DHosseiny/0ca6103ed184f36f47e8cb0a3778e23c to your computer and use it in GitHub Desktop.
Theme Switcher Code snippets
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