Replace FrameLayout with FragmentContainerView where applicable

This commit is contained in:
TacoTheDank 2021-03-22 17:46:06 -04:00
parent 8c12790e72
commit 39a250c991
5 changed files with 12 additions and 14 deletions

View file

@ -612,14 +612,12 @@
</org.schabi.newpipe.views.FocusAwareCoordinator>
<FrameLayout
<androidx.fragment.app.FragmentContainerView
android:id="@+id/relatedStreamsLayout"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginTop="10dp"
android:layout_weight="3">
</FrameLayout>
android:layout_weight="3" />
</LinearLayout>
<RelativeLayout