Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. private var fugaText:TextView? = null
  2.  
  3. override fun onCreateView(
  4. inflater: LayoutInflater, container: ViewGroup?,
  5. savedInstanceState: Bundle?
  6. ): View? {
  7. val view = inflater.inflate(R.layout.fragment_fuga, container, false)
  8. fugaText = view.findViewById(R.id.fugaText)
  9. ...
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement