Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created March 12, 2018 16:53
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 vamsitallapudi/c24e72c92c7c83b317b7a10735e72926 to your computer and use it in GitHub Desktop.
Save vamsitallapudi/c24e72c92c7c83b317b7a10735e72926 to your computer and use it in GitHub Desktop.
Run Eg
Button(this).run {
text = "Login"
background = ContextCompat.getDrawable(context,R.drawable.abc_btn_radio_material)
setOnClickListener {
openNextScreen()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment