Guest User

Untitled

a guest
Oct 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. fun onCreate() {
  2. // step 1
  3. constraintLayout = LayoutInflater.from(this)
  4. .inflate(R.layout.empty_constraint_layout, constraintLayout, false)
  5. titleView = LayoutInflater.from(this)
  6. .inflate(R.layout.title_view, constraintLayout, false) setContentView(constraintLayout)
  7. }
Add Comment
Please, Sign In to add comment