From 4dc2385d266cc8818905451647ec4f54867901a5 Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Thu, 25 Apr 2024 12:05:27 +0800 Subject: [PATCH] Replace FrameLayout with FragmentContainerView > 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 --- People/app/src/main/res/layout/bubble_activity.xml | 2 +- People/app/src/main/res/layout/main_activity.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/People/app/src/main/res/layout/bubble_activity.xml b/People/app/src/main/res/layout/bubble_activity.xml index 6a766a07b..f0b4ad3a3 100644 --- a/People/app/src/main/res/layout/bubble_activity.xml +++ b/People/app/src/main/res/layout/bubble_activity.xml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - -