Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. package com.example.guatemala
  2.  
  3.  
  4. import android.os.Bundle
  5. import android.support.v4.app.Fragment
  6. import android.view.LayoutInflater
  7. import android.view.View
  8. import android.view.ViewGroup
  9. import android.widget.TextView
  10.  
  11.  
  12. /**
  13. * A simple [Fragment] subclass.
  14. *
  15. */
  16. class Tittle : Fragment() {
  17.  
  18. override fun onCreateView(
  19. inflater: LayoutInflater, container: ViewGroup?,
  20. savedInstanceState: Bundle?
  21. ): View? {
  22.  
  23. }
  24.  
  25.  
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement