ca77ad9f371d8e0cf20fc71a2a6613239d26a1ee
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:
orientation=
"vertical"
7 android:
background=
"#1D2D44" android:
gravity=
"top"
8 android:
layout_gravity=
"center_vertical" android:
layout_height=
"wrap_content" android:
paddingTop=
"2pt" android:
paddingBottom=
"2pt">
9 <ImageView android:
layout_height=
"wrap_content"
10 android:
src=
"@drawable/owncloud_logo_small_white"
11 android:
layout_width=
"wrap_content" android:
layout_gravity=
"center_vertical|center_horizontal"
12 android:
id=
"@+id/main_header_small"></ImageView>
14 <LinearLayout android:
layout_height=
"wrap_content"
15 android:
id=
"@+id/linearLayout1" android:
layout_width=
"fill_parent"
16 android:
layout_gravity=
"center_horizontal" android:
gravity=
"center_horizontal">
17 <TextView android:
layout_width=
"wrap_content"
18 android:
layout_height=
"wrap_content" android:
id=
"@+id/directory_name"
19 android:
layout_gravity=
"center" android:
gravity=
"center"></TextView>
21 <FrameLayout android:
layout_height=
"fill_parent"
22 android:
layout_width=
"fill_parent" android:
id=
"@+id/frameLayout1">
23 <ListView android:
id=
"@android:id/list" android:
layout_width=
"fill_parent"
24 android:
layout_height=
"fill_parent" android:
divider=
"@drawable/uploader_list_separator"
25 android:
dividerHeight=
"1dip" android:
fadingEdge=
"none"></ListView>