2014-11-07 17:26:21 +03:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" >
|
|
|
|
|
|
|
|
<fragment
|
2014-11-07 17:38:21 +03:00
|
|
|
android:id="@+id/UploadListFragment"
|
2014-11-07 17:26:21 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2014-12-10 15:44:20 +03:00
|
|
|
android:paddingLeft="25dp"
|
|
|
|
android:paddingRight="25dp"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
2014-11-07 17:38:21 +03:00
|
|
|
class="com.owncloud.android.ui.fragment.UploadListFragment" />
|
2014-11-07 17:26:21 +03:00
|
|
|
|
|
|
|
</FrameLayout>
|