fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit
Called to have the fragment instantiate its user interface view.
view
- The view returned by onCreateView(LayoutInflater, ViewGroup, Bundle)}.
savedInstanceState
- If non-null, this fragment is being re-constructed
from a previous saved state as given here.
See Also