Browse Source

Use FragmentContainerView instead of fragment

merge-requests/2314/head
Nicolas Pomepuy 12 months ago
parent
commit
6eae860ccc
  1. 2
      application/television/src/main/res/layout/moviepedia_tvshow_details.xml
  2. 2
      application/vlc-android/res/layout/otp_code_activity.xml

2
application/television/src/main/res/layout/moviepedia_tvshow_details.xml

@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment
<androidx.fragment.app.FragmentContainerView
android:id="@+id/details_fragment"
android:name="org.videolan.television.ui.MediaScrapingTvshowDetailsFragment"
android:layout_width="match_parent"

2
application/vlc-android/res/layout/otp_code_activity.xml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.fragment.app.FragmentContainerView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/otpFragment"
android:name="org.videolan.vlc.gui.OTPCodeFragment"
android:layout_width="match_parent"

Loading…
Cancel
Save