Skip to content

Instantly share code, notes, and snippets.

@worker8
Last active October 18, 2018 04:07
Show Gist options
  • Select an option

  • Save worker8/2cb5ea1fce748a4a04e9d604ea0354b9 to your computer and use it in GitHub Desktop.

Select an option

Save worker8/2cb5ea1fce748a4a04e9d604ea0354b9 to your computer and use it in GitHub Desktop.
fun onCreate() {
// step 1
constraintLayout = LayoutInflater.from(this)
.inflate(R.layout.empty_constraint_layout, constraintLayout, false)
titleView = LayoutInflater.from(this)
.inflate(R.layout.title_view, constraintLayout, false) setContentView(constraintLayout)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment