Created
April 27, 2022 06:43
-
-
Save skydoves/47aad0dd72913edfc847321a337244b7 to your computer and use it in GitHub Desktop.
fragment_container_view_example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<androidx.fragment.app.FragmentContainerView | |
android:id="@+id/fragment_container_view" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:name="io.getstream.MyFragment" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment