android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.4k stars 8.29k forks source link

Use FragmentContainerView instead of the <fragment> tag #1019

Closed jbw0033 closed 2 years ago

jbw0033 commented 2 years ago

The activity layout file should be inflating a FragmentContainerView instead of a tag.

This will address https://issuetracker.google.com/159873426

jbw0033 commented 2 years ago

@ianhanniballake