b3e6565d55ce92765daeb1685c23a913cefa5a2b
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <RelativeLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
layout_height=
"wrap_content" android:
orientation=
"vertical"
4 android:
layout_width=
"wrap_content" android:
background=
"#fefefe"
5 android:
gravity=
"center">
6 <TextView android:
layout_width=
"fill_parent" android:
text=
"Choose upload directory"
7 android:
layout_height=
"wrap_content" android:
id=
"@+id/textView1" android:
textColor=
"@android:color/black"
8 android:
gravity=
"center_horizontal"></TextView>
9 <FrameLayout android:
layout_height=
"fill_parent"
10 android:
layout_width=
"fill_parent" android:
id=
"@+id/frameLayout1"
11 android:
layout_below=
"@+id/textView1" android:
layout_above=
"@+id/linearLayout1">
12 <ListView android:
id=
"@android:id/list" android:
layout_width=
"fill_parent"
13 android:
layout_height=
"fill_parent" android:
divider=
"@drawable/uploader_list_separator"
14 android:
dividerHeight=
"1dip"></ListView>
16 <LinearLayout android:
id=
"@+id/linearLayout1"
17 android:
layout_width=
"fill_parent" android:
layout_alignParentBottom=
"true" android:
layout_height=
"wrap_content" android:
orientation=
"vertical">
18 <Button android:
layout_gravity=
"bottom" android:
layout_height=
"wrap_content"
19 android:
layout_width=
"fill_parent" android:
id=
"@+id/uploader_choose_folder"
20 android:
text=
"@string/uploader_btn_upload_text"></Button>