Merge remote-tracking branch 'remotes/upstream/switchListVsGrid' into beta
[pub/Android/ownCloud.git] / res / menu / multiple_file_actions_menu.xml
1 <?xml version="1.0" encoding="utf-8"?><!--
2 ownCloud Android client application
3
4 Copyright (C) 2012 Bartek Przybylski
5 Copyright (C) 2015 ownCloud Inc.
6
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.
10
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.
15
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/>.
18 -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
20 <item
21 android:id="@+id/action_download_file"
22 android:title="@string/filedetails_download"
23 android:icon="@drawable/ic_action_download"
24 android:orderInCategory="1" />
25 <item
26 android:id="@+id/action_move"
27 android:title="@string/actionbar_move"
28 android:icon="@android:drawable/ic_menu_set_as"
29 android:orderInCategory="1" />
30 <item
31 android:id="@+id/action_copy"
32 android:title="@android:string/copy"
33 android:icon="@android:drawable/ic_menu_set_as"
34 android:orderInCategory="1" />
35 <item
36 android:id="@+id/action_remove_file"
37 android:title="@string/common_remove"
38 android:icon="@android:drawable/ic_menu_delete"
39 android:orderInCategory="1" />
40 <item
41 android:id="@+id/action_favorite_file"
42 android:title="@string/favorite"
43 android:icon="@android:drawable/ic_menu_set_as"
44 android:orderInCategory="1" />
45 <item
46 android:id="@+id/action_unfavorite_file"
47 android:title="@string/unfavorite"
48 android:icon="@android:drawable/ic_menu_set_as"
49 android:orderInCategory="1" />
50 </menu>