[components] Pre: use fully qualified class name for FragmentContainerView
This commit is contained in:
committed by
mergify[bot]
parent
d826836562
commit
40bbdc5a0a
@@ -130,7 +130,7 @@
|
|||||||
style="?android:attr/listSeparatorTextViewStyle"
|
style="?android:attr/listSeparatorTextViewStyle"
|
||||||
android:text="@string/devices" />
|
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:id="@+id/devices_fragment"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|||||||
Reference in New Issue
Block a user