cleanup after jackrabbit, releasing resources
[pub/Android/ownCloud.git] / res / layout / files.xml
index 0c94456..9cbd3bb 100644 (file)
@@ -3,39 +3,12 @@
     android:layout_width="fill_parent"\r
     android:layout_height="fill_parent"\r
     android:background="#F7F7F7"\r
-    android:orientation="vertical" >\r
-\r
-    <LinearLayout\r
-        android:id="@+id/linearLayout1"\r
-        android:layout_width="fill_parent"\r
-        android:layout_height="fill_parent"\r
         android:orientation="vertical" >\r
-\r
-        <LinearLayout\r
-            android:id="@+id/linearLayout2"\r
-            android:layout_width="fill_parent"\r
-            android:layout_height="wrap_content" >\r
-\r
-            <fragment\r
+       <fragment\r
                 android:id="@+id/fileList"\r
-                android:layout_width="0dp"\r
+                android:layout_width="fill_parent"\r
                 android:layout_height="fill_parent"\r
-                android:layout_weight="1"\r
-                class="eu.alefzero.owncloud.ui.fragment.FileList" >\r
-\r
+                class="eu.alefzero.owncloud.ui.fragment.FileListFragment" >\r
                 <!-- Preview: layout=@layout/list_layout -->\r
             </fragment>\r
-\r
-            <fragment\r
-                android:id="@+id/fileDetail"\r
-                android:layout_width="0dp"\r
-                android:layout_height="fill_parent"\r
-                android:layout_weight="2"\r
-                class="eu.alefzero.owncloud.ui.fragment.FileDetail" >\r
-\r
-                <!-- Preview: layout=@layout/file_details -->\r
-            </fragment>\r
-        </LinearLayout>\r
-    </LinearLayout>\r
-\r
 </LinearLayout>
\ No newline at end of file