codelab-android-navigation
codelab-android-navigation copied to clipboard
<fragment> should not be used
In navigation_activity.xml fragment tag should not be used. "fragment" tag allows a fragment to move beyond the state of its FragmentManager. Instead, FragmentContainerView should be used.