nextcloud-android/res/layout/upload_list_layout.xml

15 lines
544 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/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>