1
0
Fork 0
fenix/app/src/main/res/layout/fragment_create_collection.xml

10 lines
408 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/create_collection_wrapper"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/create_collection_background"
tools:context="org.mozilla.fenix.collections.CreateCollectionFragment">
</FrameLayout>