summaryrefslogtreecommitdiffstats
path: root/res/menu/albumset.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/albumset.xml')
-rw-r--r--res/menu/albumset.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/res/menu/albumset.xml b/res/menu/albumset.xml
new file mode 100644
index 000000000..8ac8cbbd2
--- /dev/null
+++ b/res/menu/albumset.xml
@@ -0,0 +1,37 @@
+<?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>