Merge pull request #1109 from owncloud/sync_full_folder
[pub/Android/ownCloud.git] / res / menu / main_menu.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 ownCloud Android client application
4
5 Copyright (C) 2012 Bartek Przybylski
6 Copyright (C) 2015 ownCloud Inc.
7
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License version 2,
10 as published by the Free Software Foundation.
11
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.
16
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/>.
19 -->
20 <menu xmlns:android="http://schemas.android.com/apk/res/android"
21 xmlns:app="http://schemas.android.com/apk/res-auto">
22
23 <item
24 android:id="@+id/action_upload"
25 android:icon="@drawable/ic_action_upload"
26 android:orderInCategory="2"
27 app:showAsAction="always"
28 android:title="@string/actionbar_upload"
29 android:contentDescription="@string/actionbar_upload"/>
30 <item
31 android:id="@+id/action_create_dir"
32 android:icon="@drawable/ic_action_create_dir"
33 android:orderInCategory="2"
34 app:showAsAction="always"
35 android:title="@string/actionbar_mkdir"
36 android:contentDescription="@string/actionbar_mkdir"/>
37 <item
38 android:id="@+id/action_sync_account"
39 android:icon="@drawable/ic_action_refresh"
40 android:orderInCategory="2"
41 app:showAsAction="never"
42 android:title="@string/actionbar_sync"
43 android:contentDescription="@string/actionbar_sync"/>
44 <item
45 android:id="@+id/action_sort"
46 android:icon="@android:drawable/ic_menu_sort_by_size"
47 android:orderInCategory="2"
48 app:showAsAction="never"
49 android:title="@string/actionbar_sort"
50 android:contentDescription="@string/actionbar_sort"/>
51
52 <!-- <item android:id="@+id/search"
53 android:title="@string/actionbar_search"
54 android:icon="@drawable/ic_action_search"></item> -->
55
56 </menu>