[components] Pre: use fully qualified class name for FragmentContainerView

This commit is contained in:
Grisha Kruglov
2021-04-01 16:34:16 -07:00
committed by mergify[bot]
parent d826836562
commit 40bbdc5a0a

View File

@@ -130,7 +130,7 @@
style="?android:attr/listSeparatorTextViewStyle"
android:text="@string/devices" />
<FragmentContainerView android:name="org.mozilla.samples.sync.DeviceFragment"
<androidx.fragment.app.FragmentContainerView android:name="org.mozilla.samples.sync.DeviceFragment"
android:id="@+id/devices_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"