Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de6ffedf authored by Danesh Mondegarian's avatar Danesh Mondegarian Committed by Michael Bestas
Browse files

Gallery : Filter picasa specific options

Remove menu options that don't serve a purpose due to their dependency
on picasa support being built in.
Removed "Settings" item from menu. (GallerySettings are empty)

https://jira.cyanogenmod.org/browse/CYAN-1329

Change-Id: Ie75b839ec9b30a5a934477e92523803239a238e3
parent 960dd9c3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -24,15 +24,25 @@
    <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"