Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created April 8, 2019 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlospt/810af08e3dbe2fadc1487819bc874c29 to your computer and use it in GitHub Desktop.
Save pavlospt/810af08e3dbe2fadc1487819bc874c29 to your computer and use it in GitHub Desktop.
@delegate:ColorInt
val someColor: Int by lazy {
ContextCompat.getColor(context, R.color.some_color)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment