Enable log into text file automatically when BuildConfig.DEBUG is true. Open log...
[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) 2012-2013 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
22 <item
23 android:id="@+id/action_upload"
24 android:icon="@drawable/ic_action_upload"
25 android:orderInCategory="2"
26 android:showAsAction="always"
27 android:title="@string/actionbar_upload"/>
28 <item
29 android:id="@+id/action_create_dir"
30 android:icon="@drawable/ic_action_create_dir"
31 android:orderInCategory="2"
32 android:showAsAction="always"
33 android:title="@string/actionbar_mkdir"/>
34 <item
35 android:id="@+id/action_sync_account"
36 android:icon="@drawable/ic_action_refresh"
37 android:orderInCategory="2"
38 android:showAsAction="never"
39 android:title="@string/actionbar_sync"/>
40 <item
41 android:id="@+id/action_settings"
42 android:icon="@drawable/ic_action_settings"
43 android:orderInCategory="2"
44 android:showAsAction="never"
45 android:title="@string/actionbar_settings"/>
46 <item
47 android:id="@+id/action_logger"
48 android:icon="@drawable/ic_action_settings"
49 android:orderInCategory="2"
50 android:showAsAction="never"
51 android:title="@string/actionbar_logger"/>
52
53 <!-- <item android:id="@+id/search" android:title="@string/actionbar_search" android:icon="@drawable/ic_action_search"></item> -->
54
55 </menu>