Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created April 3, 2021 19:40
Show Gist options
  • Save ch8n/5349580cd946eb4ea2538b8fcaafa0d5 to your computer and use it in GitHub Desktop.
Save ch8n/5349580cd946eb4ea2538b8fcaafa0d5 to your computer and use it in GitHub Desktop.
val binding = MainLayoutBinding.inflate(layoutInflater)
with(binding) {
textName.text = "ch8n"
textTwitter.text = "twitter@ch8n2"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment