I am using the new Navigation component from Android Jetpack.
The root Activity setup is quite simple:
override fun onCreate(savedInstanceState: Bund
Remove label from graph.xml file
android:label="fragment_info"
and use old school approach if you want to set title of the fragment dynamically from the fragment itself
getActivity().setTitle("Your Title");