nextcloud-android/res/layout/uploads_list_layout.xml

11 lines
392 B
XML
Raw Normal View History

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment
android:id="@+id/UploadsListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.owncloud.android.ui.fragment.UploadsListFragment" />
</FrameLayout>