mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
11 lines
392 B
XML
11 lines
392 B
XML
|
<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>
|