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_file"
24 android:
icon=
"@android:drawable/ic_menu_share"
25 android:
orderInCategory=
"1" />
27 android:
id=
"@+id/action_unshare_file"
28 android:
title=
"@string/action_unshare_file"
29 android:
icon=
"@android:drawable/ic_menu_share"
30 android:
orderInCategory=
"1" />
32 android:
id=
"@+id/action_share_with_users"
33 android:
title=
"@string/action_share_with_users"
34 android:
orderInCategory=
"1" />
36 android:
id=
"@+id/action_unshare_with_users"
37 android:
title=
"@string/action_unshare_with_users"
38 android:
orderInCategory=
"1" />
40 android:
id=
"@+id/action_open_file_with"
41 android:
title=
"@string/actionbar_open_with"
42 android:
icon=
"@android:drawable/ic_menu_set_as"
43 android:
orderInCategory=
"1" />
45 android:
id=
"@+id/action_download_file"
46 android:
title=
"@string/filedetails_download"
47 android:
icon=
"@drawable/ic_action_download"
48 android:
orderInCategory=
"1" />
50 android:
id=
"@+id/action_sync_file"
51 android:
title=
"@string/filedetails_sync_file"
52 android:
icon=
"@drawable/ic_action_refresh"
53 android:
orderInCategory=
"1" />
55 android:
id=
"@+id/action_cancel_sync"
56 android:
title=
"@string/common_cancel_sync"
57 android:
icon=
"@android:drawable/ic_menu_close_clear_cancel"
58 android:
orderInCategory=
"1" />
60 android:
id=
"@+id/action_rename_file"
61 android:
title=
"@string/common_rename"
62 android:
icon=
"@android:drawable/ic_menu_edit"
63 android:
orderInCategory=
"1" />
65 android:
id=
"@+id/action_move"
66 android:
title=
"@string/actionbar_move"
67 android:
icon=
"@android:drawable/ic_menu_set_as"
68 android:
orderInCategory=
"1" />
70 android:
id=
"@+id/action_copy"
71 android:
title=
"@android:string/copy"
72 android:
icon=
"@android:drawable/ic_menu_set_as"
73 android:
orderInCategory=
"1" />
75 android:
id=
"@+id/action_remove_file"
76 android:
title=
"@string/common_remove"
77 android:
icon=
"@android:drawable/ic_menu_delete"
78 android:
orderInCategory=
"1" />
80 android:
id=
"@+id/action_send_file"
81 android:
title=
"@string/actionbar_send_file"
82 android:
icon=
"@android:drawable/ic_menu_set_as"
83 android:
orderInCategory=
"1" />
85 android:
id=
"@+id/action_favorite_file"
86 android:
title=
"@string/favorite"
87 android:
icon=
"@android:drawable/ic_menu_set_as"
88 android:
orderInCategory=
"1" />
90 android:
id=
"@+id/action_unfavorite_file"
91 android:
title=
"@string/unfavorite"
92 android:
icon=
"@android:drawable/ic_menu_set_as"
93 android:
orderInCategory=
"1" />
95 android:
id=
"@+id/action_see_details"
96 android:
title=
"@string/actionbar_see_details"
97 android:
icon=
"@android:drawable/ic_menu_info_details"
98 android:
orderInCategory=
"1" />