mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
11 lines
No EOL
390 B
XML
Executable file
11 lines
No EOL
390 B
XML
Executable file
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
<fragment
|
|
android:id="@+id/UploadListFragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
class="com.owncloud.android.ui.fragment.UploadListFragment" />
|
|
|
|
</FrameLayout> |