blob: 685627a4fe11aa85fdb5063bdc21cb26e986a4e7 [file] [log] [blame]
Owen Lina85c8022011-08-17 22:07:43 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 Google Inc.
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<menu xmlns:android="http://schemas.android.com/apk/res/android">
Ray Chenbc4be6e2011-08-19 11:00:00 +080017 <item android:id="@+id/action_import"
18 android:title="@string/Import"
19 android:icon="@drawable/ic_menu_ptp_holo_light"
20 android:showAsAction="always|withText"
21 android:visible="false" />
Owen Lina85c8022011-08-17 22:07:43 +080022 <item android:id="@+id/action_share"
23 android:icon="@drawable/ic_menu_share_holo_light"
24 android:title="@string/share"
25 android:enabled="true"
26 android:actionProviderClass="android.widget.ShareActionProvider"
Evan Millar78b8b372011-10-03 11:31:19 -070027 android:visible="false"
Ray Chenbc4be6e2011-08-19 11:00:00 +080028 android:showAsAction="ifRoom" />
Owen Lina85c8022011-08-17 22:07:43 +080029 <item android:id="@+id/action_delete"
30 android:icon="@drawable/ic_menu_trash_holo_light"
31 android:title="@string/delete"
Evan Millar78b8b372011-10-03 11:31:19 -070032 android:visible="false"
Ray Chen988b74c2012-04-05 17:25:43 +080033 android:showAsAction="never" />
Owen Lina85c8022011-08-17 22:07:43 +080034 <item android:id="@+id/action_slideshow"
35 android:icon="@drawable/ic_menu_slideshow_holo_light"
36 android:title="@string/slideshow"
Ray Chenbc4be6e2011-08-19 11:00:00 +080037 android:showAsAction="never" />
Ray Chen2612ce82011-10-19 14:37:02 +080038 <item android:id="@+id/action_edit"
39 android:title="@string/edit"
40 android:showAsAction="never"
41 android:visible="false" />
Owen Lina85c8022011-08-17 22:07:43 +080042 <item android:id="@+id/action_rotate_ccw"
43 android:showAsAction="never"
44 android:title="@string/rotate_left" />
45 <item android:id="@+id/action_rotate_cw"
46 android:showAsAction="never"
47 android:title="@string/rotate_right" />
Owen Lina85c8022011-08-17 22:07:43 +080048 <item android:id="@+id/action_crop"
Yuli Huang9004bba2011-09-09 17:09:39 +080049 android:title="@string/crop_action"
Owen Lina85c8022011-08-17 22:07:43 +080050 android:showAsAction="never" />
Ray Chen2612ce82011-10-19 14:37:02 +080051 <item android:id="@+id/action_details"
52 android:title="@string/details"
53 android:showAsAction="never" />
54 <item android:id="@+id/action_setas"
55 android:title="@string/set_image"
56 android:showAsAction="never" />
57 <item android:id="@+id/action_show_on_map"
58 android:title="@string/show_on_map"
59 android:showAsAction="never" />
Owen Lina85c8022011-08-17 22:07:43 +080060</menu>