Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Conversation

@Goooler
Copy link

@Goooler Goooler commented Apr 25, 2024

FragmentContainerView is a customized Layout designed specifically for Fragments. It extends FrameLayout, so it can reliably handle Fragment Transactions, and it also has additional features to coordinate with fragment behavior.

https://developer.android.com/reference/androidx/fragment/app/FragmentContainerView

Align with the usages like

<androidx.fragment.app.FragmentContainerView
android:id="@+id/detail_container"

> FragmentContainerView is a customized Layout designed specifically for Fragments. It extends FrameLayout, so it can reliably handle Fragment Transactions, and it also has additional features to coordinate with fragment behavior.

https://developer.android.com/reference/androidx/fragment/app/FragmentContainerView
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant