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" android:
background=
"#F7F7F7"
4 android:
orientation=
"vertical" android:
layout_height=
"fill_parent">
5 <LinearLayout android:
layout_width=
"fill_parent"
6 android:
id=
"@+id/linearLayout7" android:
background=
"@drawable/main_header_bg" android:
gravity=
"top"
7 android:
layout_gravity=
"center_vertical" android:
layout_height=
"wrap_content" android:
orientation=
"horizontal">
8 <ImageView android:
layout_height=
"wrap_content"
9 android:
src=
"@drawable/icon"
10 android:
layout_width=
"wrap_content" android:
layout_gravity=
"center_vertical|left"
11 android:
id=
"@+id/main_header_small"></ImageView>
12 <eu.alefzero.owncloud.PathLayout android:
id=
"@+id/pathLayout1" android:
layout_width=
"wrap_content" android:
layout_height=
"wrap_content" android:
layout_gravity=
"center_vertical"></eu.alefzero.owncloud.PathLayout
>
14 <FrameLayout android:
layout_height=
"fill_parent"
15 android:
layout_width=
"fill_parent" android:
id=
"@+id/frameLayout1">
16 <ListView android:
id=
"@android:id/list" android:
layout_width=
"fill_parent"
17 android:
layout_height=
"fill_parent" android:
divider=
"@drawable/uploader_list_separator"
18 android:
dividerHeight=
"1dip" android:
fadingEdge=
"none"></ListView>