Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. val container = root.findViewById<LinearLayout>(R.id.purchase_check_item_container)
  2. val view: View = inflate(container.context, R.layout.layout_purchase_check_item, container)
  3.  
  4. container.addView(view)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement