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_open_file_with"
33 android:
title=
"@string/actionbar_open_with"
34 android:
icon=
"@android:drawable/ic_menu_set_as"
35 android:
orderInCategory=
"1" />
37 android:
id=
"@+id/action_download_file"
38 android:
title=
"@string/filedetails_download"
39 android:
icon=
"@drawable/ic_action_download"
40 android:
orderInCategory=
"1" />
42 android:
id=
"@+id/action_sync_file"
43 android:
title=
"@string/filedetails_sync_file"
44 android:
icon=
"@drawable/ic_action_refresh"
45 android:
orderInCategory=
"1" />
47 android:
id=
"@+id/action_cancel_sync"
48 android:
title=
"@string/common_cancel_sync"
49 android:
icon=
"@android:drawable/ic_menu_close_clear_cancel"
50 android:
orderInCategory=
"1" />
52 android:
id=
"@+id/action_rename_file"
53 android:
title=
"@string/common_rename"
54 android:
icon=
"@android:drawable/ic_menu_edit"
55 android:
orderInCategory=
"1" />
57 android:
id=
"@+id/action_move"
58 android:
title=
"@string/actionbar_move"
59 android:
icon=
"@android:drawable/ic_menu_set_as"
60 android:
orderInCategory=
"1" />
62 android:
id=
"@+id/action_copy"
63 android:
title=
"@android:string/copy"
64 android:
icon=
"@android:drawable/ic_menu_set_as"
65 android:
orderInCategory=
"1" />
67 android:
id=
"@+id/action_remove_file"
68 android:
title=
"@string/common_remove"
69 android:
icon=
"@android:drawable/ic_menu_delete"
70 android:
orderInCategory=
"1" />
72 android:
id=
"@+id/action_send_file"
73 android:
title=
"@string/actionbar_send_file"
74 android:
icon=
"@android:drawable/ic_menu_set_as"
75 android:
orderInCategory=
"1" />
77 android:
id=
"@+id/action_favorite_file"
78 android:
title=
"@string/favorite"
79 android:
icon=
"@android:drawable/ic_menu_set_as"
80 android:
orderInCategory=
"1" />
82 android:
id=
"@+id/action_unfavorite_file"
83 android:
title=
"@string/unfavorite"
84 android:
icon=
"@android:drawable/ic_menu_set_as"
85 android:
orderInCategory=
"1" />
87 android:
id=
"@+id/action_set_as_wallpaper"
88 android:
title=
"@string/set_picture_as"
89 android:
icon=
"@android:drawable/ic_menu_set_as"
90 android:
orderInCategory=
"1" />
92 android:
id=
"@+id/action_see_details"
93 android:
title=
"@string/actionbar_see_details"
94 android:
icon=
"@android:drawable/ic_menu_info_details"
95 android:
orderInCategory=
"1" />