554dc655e0a55a5da287debd6fbac228fcfaa86b
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <RelativeLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
layout_width=
"match_parent"
4 android:
layout_height=
"match_parent"
8 android:
id=
"@+id/button_refresh"
9 style=
"@style/ButtonStyle"
10 android:
layout_alignParentLeft=
"true"
11 android:
layout_alignParentTop=
"true"
12 android:
text=
"@string/refresh"
16 android:
id=
"@+id/list_view"
17 android:
layout_width=
"match_parent"
18 android:
layout_height=
"wrap_content"
19 android:
layout_below=
"@+id/button_refresh"
20 android:
layout_above=
"@+id/button_upload"
21 android:
layout_alignParentLeft=
"true"
22 android:
layout_alignParentRight=
"true"
27 android:
id=
"@+id/button_upload"
28 style=
"@style/ButtonStyle"
29 android:
layout_alignParentLeft=
"true"
30 android:
layout_above=
"@+id/frame"
31 android:
text=
"@string/upload"
35 android:
id=
"@+id/button_delete_remote"
36 style=
"@style/ButtonStyle"
37 android:
layout_alignParentRight=
"true"
38 android:
layout_above=
"@id/frame"
39 android:
text=
"@string/delete_remote_file"
43 android:
id=
"@id/frame"
44 android:
layout_width=
"match_parent"
45 android:
layout_height=
"@dimen/frame_height"
46 android:
layout_alignParentLeft=
"true"
47 android:
layout_alignParentRight=
"true"
48 android:
layout_above=
"@+id/button_download"
53 android:
id=
"@id/button_download"
54 style=
"@style/ButtonStyle"
55 android:
layout_alignParentBottom=
"true"
56 android:
layout_alignParentLeft=
"true"
57 android:
text=
"@string/download"
61 android:
id=
"@+id/button_delete_local"
62 style=
"@style/ButtonStyle"
63 android:
layout_alignParentBottom=
"true"
64 android:
layout_alignParentRight=
"true"
65 android:
text=
"@string/delete_local_file"