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.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/res/menu/albumset.xml b/res/menu/albumset.xml
index 8ac8cbbd2..1a33ba25a 100644
--- a/res/menu/albumset.xml
+++ b/res/menu/albumset.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 Google Inc.
+<!-- Copyright (c) 2014, The Linux Foundation. All rights reserved.
+ Not a Contribution.
+
+ 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.
@@ -21,17 +24,30 @@
<item android:id="@+id/action_select"
android:title="@string/select_album"
android:showAsAction="never" />
+
+<!-- These items do not serve a purpose due to the lack of built in
+ picasa support. -->
<item android:id="@+id/action_manage_offline"
android:title="@string/make_available_offline"
+ android:visible="false"
android:showAsAction="never" />
<item android:id="@+id/action_sync_picasa_albums"
android:title="@string/sync_picasa_albums"
+ android:visible="false"
android:showAsAction="never" />
+
+<!-- Settings visibility in menu set to false because they are empty.
+ This should be set to true when GallerySettings.java has content. -->
<item android:id="@+id/action_settings"
android:title="@string/settings"
+ android:visible="false"
android:showAsAction="never" />
+
<item android:id="@+id/action_general_help"
android:title="@string/help"
android:visible="false"
android:showAsAction="never" />
+ <item android:id="@+id/action_more_image"
+ android:title="@string/more_image"
+ android:showAsAction="never" />
</menu>