Replace fragment tag with FragmentContainerView
This commit is contained in:
parent
d110b1818b
commit
ecb551c971
|
@ -71,7 +71,7 @@
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
android:padding="16dp">
|
android:padding="16dp">
|
||||||
|
|
||||||
<fragment
|
<androidx.fragment.app.FragmentContainerView
|
||||||
android:id="@+id/quickFeedDiscovery"
|
android:id="@+id/quickFeedDiscovery"
|
||||||
android:name="de.danoeh.antennapod.fragment.QuickFeedDiscoveryFragment"
|
android:name="de.danoeh.antennapod.fragment.QuickFeedDiscoveryFragment"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Reference in New Issue