summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/album.xml31
-rw-r--r--res/menu/albumset.xml37
-rw-r--r--res/menu/crop.xml25
-rw-r--r--res/menu/filterby.xml23
-rw-r--r--res/menu/filtershow_activity_menu.xml37
-rw-r--r--res/menu/filtershow_menu_chan_sat.xml43
-rw-r--r--res/menu/filtershow_menu_crop.xml35
-rw-r--r--res/menu/filtershow_menu_curves.xml18
-rw-r--r--res/menu/filtershow_menu_draw.xml41
-rw-r--r--res/menu/filtershow_menu_grad.xml27
-rw-r--r--res/menu/gallery.xml23
-rw-r--r--res/menu/gallery_multiselect.xml33
-rw-r--r--res/menu/groupby.xml29
-rw-r--r--res/menu/ingest_menu_item_list_selection.xml22
-rw-r--r--res/menu/movie.xml23
-rw-r--r--res/menu/operation.xml73
-rw-r--r--res/menu/photo.xml78
-rw-r--r--res/menu/pickup.xml20
-rw-r--r--res/menu/settings.xml21
19 files changed, 0 insertions, 639 deletions
diff --git a/res/menu/album.xml b/res/menu/album.xml
deleted file mode 100644
index 4db0e5100..000000000
--- a/res/menu/album.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_camera"
- android:icon="@drawable/ic_menu_camera_holo_light"
- android:title="@string/switch_to_camera"
- android:showAsAction="ifRoom" />
- <item android:id="@+id/action_slideshow"
- android:icon="@drawable/ic_menu_slideshow_holo_light"
- android:title="@string/slideshow"
- android:showAsAction="never" />
- <item android:id="@+id/action_select"
- android:title="@string/select_item"
- android:showAsAction="never" />
- <item android:id="@+id/action_group_by"
- android:title="@string/group_by"
- android:showAsAction="never"/>
-</menu>
diff --git a/res/menu/albumset.xml b/res/menu/albumset.xml
deleted file mode 100644
index 8ac8cbbd2..000000000
--- a/res/menu/albumset.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_camera"
- android:icon="@drawable/ic_menu_camera_holo_light"
- android:title="@string/switch_to_camera"
- android:showAsAction="ifRoom" />
- <item android:id="@+id/action_select"
- android:title="@string/select_album"
- android:showAsAction="never" />
- <item android:id="@+id/action_manage_offline"
- android:title="@string/make_available_offline"
- android:showAsAction="never" />
- <item android:id="@+id/action_sync_picasa_albums"
- android:title="@string/sync_picasa_albums"
- android:showAsAction="never" />
- <item android:id="@+id/action_settings"
- android:title="@string/settings"
- android:showAsAction="never" />
- <item android:id="@+id/action_general_help"
- android:title="@string/help"
- android:visible="false"
- android:showAsAction="never" />
-</menu>
diff --git a/res/menu/crop.xml b/res/menu/crop.xml
deleted file mode 100644
index aa0e03540..000000000
--- a/res/menu/crop.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/cancel"
- android:title="@android:string/cancel"
- android:showAsAction="always|withText">
- </item>
- <item android:id="@+id/save"
- android:title="@string/crop_save_text"
- android:showAsAction="always|withText">
- </item>
-</menu>
diff --git a/res/menu/filterby.xml b/res/menu/filterby.xml
deleted file mode 100644
index 3a72c57b2..000000000
--- a/res/menu/filterby.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_filter_all"
- android:title="@string/show_all" />
- <item android:id="@+id/action_filter_image"
- android:title="@string/show_images_only" />
- <item android:id="@+id/action_filter_video"
- android:title="@string/show_videos_only" />
-</menu>
diff --git a/res/menu/filtershow_activity_menu.xml b/res/menu/filtershow_activity_menu.xml
deleted file mode 100644
index 09c6ffe57..000000000
--- a/res/menu/filtershow_activity_menu.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <item
- android:id="@+id/menu_share"
- android:actionProviderClass="android.widget.ShareActionProvider"
- android:showAsAction="never"
- android:enabled="false"
- android:visible="false"
- android:title="@string/share"/>
- <item
- android:id="@+id/undoButton"
- android:icon="@drawable/filtershow_button_undo"
- android:showAsAction="always"
- android:title="@string/filtershow_undo"/>
- <item
- android:id="@+id/redoButton"
- android:icon="@drawable/filtershow_button_redo"
- android:showAsAction="always"
- android:title="@string/filtershow_redo"/>
- <item
- android:id="@+id/resetHistoryButton"
- android:title="@string/reset"/>
- <item
- android:id="@+id/showImageStateButton"
- android:showAsAction="never"
- android:visible="true"
- android:title="@string/show_imagestate_panel" />
- <item
- android:id="@+id/manageUserPresets"
- android:showAsAction="never"
- android:visible="true"
- android:title="@string/filtershow_manage_preset" />
- <item
- android:id="@+id/exportFlattenButton"
- android:showAsAction="never"
- android:visible="true"
- android:title="@string/export_flattened" />
-</menu>
diff --git a/res/menu/filtershow_menu_chan_sat.xml b/res/menu/filtershow_menu_chan_sat.xml
deleted file mode 100644
index eae559d41..000000000
--- a/res/menu/filtershow_menu_chan_sat.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--
- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <group android:id="@+id/grunge_popupmenu" >
- <item
- android:id="@+id/editor_chan_sat_main"
- android:title="@string/editor_chan_sat_main"/>
- <item
- android:id="@+id/editor_chan_sat_red"
- android:title="@string/editor_chan_sat_red"/>
- <item
- android:id="@+id/editor_chan_sat_yellow"
- android:title="@string/editor_chan_sat_yellow"/>
- <item
- android:id="@+id/editor_chan_sat_green"
- android:title="@string/editor_chan_sat_green"/>
- <item
- android:id="@+id/editor_chan_sat_cyan"
- android:title="@string/editor_chan_sat_cyan"/>
- <item
- android:id="@+id/editor_chan_sat_blue"
- android:title="@string/editor_chan_sat_blue"/>
- <item
- android:id="@+id/editor_chan_sat_magenta"
- android:title="@string/editor_chan_sat_magenta"/>
- </group>
-
-</menu> \ No newline at end of file
diff --git a/res/menu/filtershow_menu_crop.xml b/res/menu/filtershow_menu_crop.xml
deleted file mode 100644
index f8ba3df42..000000000
--- a/res/menu/filtershow_menu_crop.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <group android:id="@+id/crop_popupmenu" >
- <item
- android:id="@+id/crop_menu_1to1"
- android:title="@string/aspect1to1_effect"/>
- <item
- android:id="@+id/crop_menu_4to6"
- android:visible="false"
- android:title="@string/aspect4to6_effect"/>
- <item
- android:id="@+id/crop_menu_4to3"
- android:title="@string/aspect4to3_effect"/>
- <item
- android:id="@+id/crop_menu_3to4"
- android:title="@string/aspect3to4_effect"/>
- <item
- android:id="@+id/crop_menu_5to7"
- android:title="@string/aspect5to7_effect"/>
- <item
- android:id="@+id/crop_menu_7to5"
- android:title="@string/aspect7to5_effect"/>
- <item
- android:id="@+id/crop_menu_9to16"
- android:visible="false"
- android:title="@string/aspect9to16_effect"/>
- <item
- android:id="@+id/crop_menu_none"
- android:title="@string/aspectNone_effect"/>
- <item
- android:id="@+id/crop_menu_original"
- android:title="@string/aspectOriginal_effect"/>
- </group>
-
-</menu>
diff --git a/res/menu/filtershow_menu_curves.xml b/res/menu/filtershow_menu_curves.xml
deleted file mode 100644
index 326df4521..000000000
--- a/res/menu/filtershow_menu_curves.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <group android:id="@+id/curves_popupmenu" >
- <item
- android:id="@+id/curve_menu_rgb"
- android:title="@string/curves_channel_rgb"/>
- <item
- android:id="@+id/curve_menu_red"
- android:title="@string/curves_channel_red"/>
- <item
- android:id="@+id/curve_menu_green"
- android:title="@string/curves_channel_green"/>
- <item
- android:id="@+id/curve_menu_blue"
- android:title="@string/curves_channel_blue"/>
- </group>
-
-</menu> \ No newline at end of file
diff --git a/res/menu/filtershow_menu_draw.xml b/res/menu/filtershow_menu_draw.xml
deleted file mode 100644
index 2960c1f05..000000000
--- a/res/menu/filtershow_menu_draw.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <group android:id="@+id/curves_popupmenu" >
- <item
- android:id="@+id/draw_menu_style_line"
- android:title="@string/draw_style_line" />
- <item
- android:id="@+id/draw_menu_style_brush_marker"
- android:title="@string/draw_style_brush_marker"/>
- <item
- android:id="@+id/draw_menu_style_brush_spatter"
- android:title="@string/draw_style_brush_spatter"/>
- <item
- android:id="@+id/draw_menu_size"
- android:title="@string/draw_size" />
- <item
- android:id="@+id/draw_menu_color"
- android:title="@string/draw_color"/>
- <item
- android:id="@+id/draw_menu_clear"
- android:title="@string/draw_clear"/>
- </group>
-
-</menu> \ No newline at end of file
diff --git a/res/menu/filtershow_menu_grad.xml b/res/menu/filtershow_menu_grad.xml
deleted file mode 100644
index 1dee7e0b4..000000000
--- a/res/menu/filtershow_menu_grad.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <item
- android:id="@+id/editor_grad_brightness"
- android:title="@string/editor_grad_brightness"/>
- <item
- android:id="@+id/editor_grad_saturation"
- android:title="@string/editor_grad_saturation"/>
- <item
- android:id="@+id/editor_grad_contrast"
- android:title="@string/editor_grad_contrast"/>
-</menu>
diff --git a/res/menu/gallery.xml b/res/menu/gallery.xml
deleted file mode 100644
index dc36787c8..000000000
--- a/res/menu/gallery.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <item
- android:id="@+id/menu_camera"
- android:icon="@android:drawable/ic_menu_camera"
- android:showAsAction="ifRoom"
- android:title="@string/menu_camera"/>
- <item
- android:id="@+id/menu_search"
- android:icon="@android:drawable/ic_menu_search"
- android:showAsAction="ifRoom"
- android:title="@string/menu_search"/>
- <item
- android:id="@+id/menu_settings"
- android:icon="@android:drawable/ic_menu_preferences"
- android:showAsAction="never"
- android:title="@string/settings"/>
- <item
- android:id="@+id/menu_help"
- android:icon="@android:drawable/ic_menu_help"
- android:showAsAction="never"
- android:title="@string/help"/>
-</menu> \ No newline at end of file
diff --git a/res/menu/gallery_multiselect.xml b/res/menu/gallery_multiselect.xml
deleted file mode 100644
index d9365c1b7..000000000
--- a/res/menu/gallery_multiselect.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <item android:id="@+id/menu_edit"
- android:title="@string/edit"
- android:visible="false"
- android:showAsAction="ifRoom" />
- <item android:id="@+id/menu_delete"
- android:icon="@android:drawable/ic_menu_delete"
- android:title="@string/delete"
- android:visible="false"
- android:showAsAction="ifRoom" />
- <item android:id="@+id/menu_share"
- android:title="@string/share"
- android:showAsAction="ifRoom"
- android:visible="false"
- android:actionProviderClass="android.widget.ShareActionProvider" />
- <item android:id="@+id/menu_crop"
- android:title="@string/crop_action"
- android:visible="false"
- android:showAsAction="never" />
- <item android:id="@+id/menu_trim"
- android:title="@string/trim_action"
- android:visible="false"
- android:showAsAction="never" />
- <item android:id="@+id/menu_mute"
- android:title="@string/mute_action"
- android:visible="false"
- android:showAsAction="never" />
- <item android:id="@+id/menu_set_as"
- android:title="@string/set_as"
- android:visible="false"
- android:showAsAction="never" />
-</menu> \ No newline at end of file
diff --git a/res/menu/groupby.xml b/res/menu/groupby.xml
deleted file mode 100644
index b2c2b8d59..000000000
--- a/res/menu/groupby.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_cluster_album"
- android:title="@string/group_by_album" />
- <item android:id="@+id/action_cluster_time"
- android:title="@string/group_by_time" />
- <item android:id="@+id/action_cluster_location"
- android:title="@string/group_by_location" />
- <item android:id="@+id/action_cluster_tags"
- android:title="@string/group_by_tags" />
- <item android:id="@+id/action_cluster_size"
- android:title="@string/group_by_size" />
- <item android:id="@+id/action_cluster_faces"
- android:title="@string/group_by_faces" />
-</menu>
diff --git a/res/menu/ingest_menu_item_list_selection.xml b/res/menu/ingest_menu_item_list_selection.xml
deleted file mode 100644
index 2f020b671..000000000
--- a/res/menu/ingest_menu_item_list_selection.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/ingest_switch_view"
- android:showAsAction="always" />
- <item android:id="@+id/import_items"
- android:showAsAction="always|withText"
- android:title="@string/Import" />
-</menu> \ No newline at end of file
diff --git a/res/menu/movie.xml b/res/menu/movie.xml
deleted file mode 100644
index fde235cba..000000000
--- a/res/menu/movie.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_share"
- android:icon="@drawable/ic_menu_share_holo_light"
- android:title="@string/share"
- android:enabled="true"
- android:actionProviderClass="android.widget.ShareActionProvider"
- android:showAsAction="ifRoom" />
-</menu>
diff --git a/res/menu/operation.xml b/res/menu/operation.xml
deleted file mode 100644
index d1791e22f..000000000
--- a/res/menu/operation.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_import"
- android:title="@string/Import"
- android:icon="@drawable/ic_menu_ptp_holo_light"
- android:showAsAction="always|withText"
- android:visible="false" />
- <!-- Ideally, showAsAction for share_panorama and share should be reversed.
- But, if share_panorama is set to never, it doesn't seem to get promoted
- to the action bar and stays on the overflow menu. -->
- <item android:id="@+id/action_share_panorama"
- android:icon="@drawable/ic_menu_share_holo_light"
- android:title="@string/share_panorama"
- android:visible="false"
- android:actionProviderClass="android.widget.ShareActionProvider"
- android:showAsAction="ifRoom">
- </item>
- <item android:id="@+id/action_share"
- android:icon="@drawable/ic_menu_share_holo_light"
- android:title="@string/share"
- android:visible="false"
- android:actionProviderClass="android.widget.ShareActionProvider"
- android:showAsAction="never">
- </item>
- <item android:id="@+id/action_delete"
- android:icon="@drawable/ic_menu_trash_holo_light"
- android:title="@string/delete"
- android:visible="false"
- android:showAsAction="ifRoom" />
- <item android:id="@+id/action_edit"
- android:title="@string/edit"
- android:showAsAction="never"
- android:visible="false" />
- <item android:id="@+id/action_rotate_ccw"
- android:showAsAction="never"
- android:visible="false"
- android:title="@string/rotate_left" />
- <item android:id="@+id/action_rotate_cw"
- android:showAsAction="never"
- android:visible="false"
- android:title="@string/rotate_right" />
- <item android:id="@+id/action_crop"
- android:title="@string/crop_action"
- android:showAsAction="never"
- android:visible="false" />
- <item android:id="@+id/action_setas"
- android:title="@string/set_image"
- android:showAsAction="never"
- android:visible="false" />
- <item android:id="@+id/action_details"
- android:icon="@drawable/ic_menu_info_details"
- android:title="@string/details"
- android:visible="false"
- android:showAsAction="never" />
- <item android:id="@+id/action_show_on_map"
- android:title="@string/show_on_map"
- android:showAsAction="never"
- android:visible="false" />
-</menu>
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
deleted file mode 100644
index 48742d12c..000000000
--- a/res/menu/photo.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_import"
- android:title="@string/Import"
- android:icon="@drawable/ic_menu_ptp_holo_light"
- android:showAsAction="always|withText"
- android:visible="false" />
- <!-- Ideally, showAsAction for share_panorama and share should be reversed.
- But, if share_panorama is set to never, it doesn't seem to get promoted
- to the action bar and stays on the overflow menu. -->
- <item android:id="@+id/action_share_panorama"
- android:icon="@drawable/ic_menu_share_holo_light"
- android:title="@string/share_panorama"
- android:visible="false"
- android:actionProviderClass="android.widget.ShareActionProvider"
- android:showAsAction="ifRoom" />
- <item android:id="@+id/action_share"
- android:icon="@drawable/ic_menu_share_holo_light"
- android:title="@string/share"
- android:visible="false"
- android:actionProviderClass="android.widget.ShareActionProvider"
- android:showAsAction="never" />
- <item android:id="@+id/action_delete"
- android:icon="@drawable/ic_menu_trash_holo_light"
- android:title="@string/delete"
- android:visible="false"
- android:showAsAction="never" />
- <item android:id="@+id/action_slideshow"
- android:icon="@drawable/ic_menu_slideshow_holo_light"
- android:title="@string/slideshow"
- android:showAsAction="never" />
- <item android:id="@+id/action_edit"
- android:title="@string/edit"
- android:showAsAction="never"
- android:visible="false" />
- <item android:id="@+id/action_simple_edit"
- android:title="@string/simple_edit"
- android:showAsAction="never"
- android:visible="false" />
- <item android:id="@+id/action_rotate_ccw"
- android:showAsAction="never"
- android:title="@string/rotate_left" />
- <item android:id="@+id/action_rotate_cw"
- android:showAsAction="never"
- android:title="@string/rotate_right" />
- <item android:id="@+id/action_crop"
- android:title="@string/crop_action"
- android:showAsAction="never" />
- <item android:id="@+id/action_trim"
- android:title="@string/trim_action"
- android:showAsAction="never" />
- <item android:id="@+id/action_mute"
- android:title="@string/mute_action"
- android:showAsAction="never" />
- <item android:id="@+id/action_setas"
- android:title="@string/set_image"
- android:showAsAction="never" />
- <item android:id="@+id/action_details"
- android:title="@string/details"
- android:showAsAction="never" />
- <item android:id="@+id/action_show_on_map"
- android:title="@string/show_on_map"
- android:showAsAction="never" />
-</menu>
diff --git a/res/menu/pickup.xml b/res/menu/pickup.xml
deleted file mode 100644
index 44de9b13b..000000000
--- a/res/menu/pickup.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/action_cancel"
- android:title="@string/cancel"
- android:showAsAction="always|withText" />
-</menu>
diff --git a/res/menu/settings.xml b/res/menu/settings.xml
deleted file mode 100644
index f91f1bac7..000000000
--- a/res/menu/settings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/add_account"
- android:title="@string/add_account"
- android:showAsAction="always|withText">
- </item>
-</menu>