1 <?xml version=
"1.0" encoding=
"utf-8"?><!--
2 ownCloud Android client application
4 Copyright (C)
2012 Bartek Przybylski
5 Copyright (C)
2015 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 version
2,
9 as published by the Free Software Foundation.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see
<http://www.gnu.org/licenses
/>.
19 <menu xmlns:
android=
"http://schemas.android.com/apk/res/android">
22 android:
id=
"@+id/action_share_file"
23 android:
title=
"@string/action_share"
24 android:
icon=
"@android:drawable/ic_menu_share"
25 android:
orderInCategory=
"1" />
28 android:
id=
"@+id/action_open_file_with"
29 android:
title=
"@string/actionbar_open_with"
30 android:
icon=
"@android:drawable/ic_menu_set_as"
31 android:
orderInCategory=
"1" />
33 android:
id=
"@+id/action_download_file"
34 android:
title=
"@string/filedetails_download"
35 android:
icon=
"@drawable/ic_action_download"
36 android:
orderInCategory=
"1" />
38 android:
id=
"@+id/action_sync_file"
39 android:
title=
"@string/filedetails_sync_file"
40 android:
icon=
"@drawable/ic_action_refresh"
41 android:
orderInCategory=
"1" />
43 android:
id=
"@+id/action_cancel_sync"
44 android:
title=
"@string/common_cancel_sync"
45 android:
icon=
"@android:drawable/ic_menu_close_clear_cancel"
46 android:
orderInCategory=
"1" />
48 android:
id=
"@+id/action_rename_file"
49 android:
title=
"@string/common_rename"
50 android:
icon=
"@android:drawable/ic_menu_edit"
51 android:
orderInCategory=
"1" />
53 android:
id=
"@+id/action_move"
54 android:
title=
"@string/actionbar_move"
55 android:
icon=
"@android:drawable/ic_menu_set_as"
56 android:
orderInCategory=
"1" />
58 android:
id=
"@+id/action_copy"
59 android:
title=
"@android:string/copy"
60 android:
icon=
"@android:drawable/ic_menu_set_as"
61 android:
orderInCategory=
"1" />
63 android:
id=
"@+id/action_remove_file"
64 android:
title=
"@string/common_remove"
65 android:
icon=
"@android:drawable/ic_menu_delete"
66 android:
orderInCategory=
"1" />
68 android:
id=
"@+id/action_send_file"
69 android:
title=
"@string/actionbar_send_file"
70 android:
icon=
"@android:drawable/ic_menu_set_as"
71 android:
orderInCategory=
"1" />
73 android:
id=
"@+id/action_favorite_file"
74 android:
title=
"@string/favorite"
75 android:
icon=
"@android:drawable/ic_menu_set_as"
76 android:
orderInCategory=
"1" />
78 android:
id=
"@+id/action_unfavorite_file"
79 android:
title=
"@string/unfavorite"
80 android:
icon=
"@android:drawable/ic_menu_set_as"
81 android:
orderInCategory=
"1" />
83 android:
id=
"@+id/action_see_details"
84 android:
title=
"@string/actionbar_see_details"
85 android:
icon=
"@android:drawable/ic_menu_info_details"
86 android:
orderInCategory=
"1" />