mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
15 lines
No EOL
544 B
XML
Executable file
15 lines
No EOL
544 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"
|
|
android:paddingLeft="25dp"
|
|
android:paddingRight="25dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
class="com.owncloud.android.ui.fragment.UploadListFragment" />
|
|
|
|
</FrameLayout> |