fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
Sets up the fragment view.
inflater - The layout inflater.
inflater
container - The view group.
container
savedInstanceState - The saved instance state.
savedInstanceState
Return The set up fragment view.