android:id="@+id/linearLayout1"\r
android:layout_width="fill_parent"\r
android:layout_height="fill_parent"\r
- android:orientation="vertical" >\r
+ android:orientation="horizontal" >\r
\r
<LinearLayout\r
- android:id="@+id/linearLayout2"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content" >\r
-\r
- <fragment\r
- android:id="@+id/fileList"\r
- android:layout_width="0dp"\r
- android:layout_height="fill_parent"\r
- android:layout_weight="1"\r
- class="eu.alefzero.owncloud.ui.fragment.FileList" >\r
-\r
- <!-- Preview: layout=@layout/list_layout -->\r
- </fragment>\r
+ android:id="@+id/file_list_container"\r
+ android:layout_width="0dp"\r
+ android:layout_height="wrap_content" \r
+ android:layout_weight="1">\r
+ </LinearLayout>\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
+ <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
+ <!-- Preview: layout=@layout/file_details -->\r
+ </fragment>\r
</LinearLayout>\r
\r
</LinearLayout>
\ No newline at end of file