1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
layout_width=
"fill_parent"
4 android:
layout_height=
"fill_parent"
5 android:
background=
"#F7F7F7"
6 android:
orientation=
"vertical" >
9 android:
id=
"@+id/linearLayout1"
10 android:
layout_width=
"fill_parent"
11 android:
layout_height=
"fill_parent"
12 android:
orientation=
"horizontal" >
15 android:
id=
"@+id/file_list_container"
16 android:
layout_width=
"0dp"
17 android:
layout_height=
"wrap_content"
18 android:
layout_weight=
"1">
22 android:
id=
"@+id/fileDetail"
23 android:
layout_width=
"0dp"
24 android:
layout_height=
"fill_parent"
25 android:
layout_weight=
"2"
26 class=
"eu.alefzero.owncloud.ui.fragment.FileDetail" >
28 <!-- Preview: layout=@layout/file_details --
>