This repository was archived by the owner on Jul 11, 2025. It is now read-only.
Commit 4dc2385
authored
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/FragmentContainerView1 parent a14e648 commit 4dc2385
File tree
2 files changed
+2
-2
lines changed- People/app/src/main/res/layout
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments