1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 ownCloud Android client application
5 Copyright (C)
2012 Bartek Przybylski
6 Copyright (C)
2012-
2013 ownCloud Inc.
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version
3 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see
<http://www.gnu.org/licenses
/>.
20 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
21 android:
layout_width=
"fill_parent"
22 android:
layout_height=
"fill_parent"
23 android:
background=
"@color/owncloud_white"
24 android:
orientation=
"vertical"
25 android:
id=
"@+id/failed_files_list_view">
28 android:
layout_width=
"match_parent"
29 android:
layout_height=
"wrap_content"
30 android:
layout_gravity=
"right"
31 android:
orientation=
"horizontal" >
36 android:
layout_width=
"match_parent"
37 android:
layout_height=
"wrap_content"
38 android:
orientation=
"vertical" >
41 android:
layout_width=
"match_parent"
42 android:
layout_height=
"wrap_content" >
45 android:
id=
"@+id/failed_upload_headline_textview"
46 android:
layout_width=
"wrap_content"
47 android:
layout_height=
"wrap_content"
48 android:
layout_weight=
"0.93"
49 android:
hint=
"@string/failed_upload_headline_hint"
50 android:
text=
"@string/failed_upload_headline_text" />
55 android:
layout_width=
"match_parent"
56 android:
layout_height=
"wrap_content"
57 android:
layout_gravity=
"bottom|right" >
60 android:
id=
"@+id/failed_upload_headline_cb"
61 android:
layout_width=
"wrap_content"
62 android:
layout_height=
"wrap_content"
63 android:
text=
"@string/failed_upload_all_cb"
64 android:
textSize=
"8sp" />
67 android:
id=
"@+id/failed_upload_retry_all_btn"
68 android:
layout_width=
"wrap_content"
69 android:
layout_height=
"wrap_content"
70 android:
minHeight=
"30dp"
71 android:
minWidth=
"90dp"
72 android:
text=
"@string/failed_upload_headline_retryall_btn"
73 android:
textSize=
"8sp" />
76 android:
id=
"@+id/failed_upload_delete_all_btn"
77 android:
layout_width=
"wrap_content"
78 android:
layout_height=
"wrap_content"
79 android:
minHeight=
"30dp"
80 android:
minWidth=
"90dp"
81 android:
text=
"@string/failed_upload_headline_delete_all_btn"
82 android:
textSize=
"8sp" />
89 android:
id=
"@+id/failedUploadScrollView"
90 android:
layout_width=
"match_parent"
91 android:
layout_height=
"match_parent"
92 android:
overScrollMode=
"ifContentScrolls" >
95 android:
id=
"@+id/failed_upload_scrollviewlayout"
96 android:
layout_width=
"match_parent"
97 android:
layout_height=
"wrap_content"
98 android:
orientation=
"vertical">