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

Commit dde77bda authored by Geo Piskas's avatar Geo Piskas
Browse files

Gallery: Removed "Settings" item from menu. (GallerySettings are empty)

As soon as GallerySettings.java has content, comments should be removed
from the files that this commit changes.
Menu without "Settings": http://i.imgur.com/gOX7x.png

Patchset2: Reverted AlbumSetPage.java changes

Change-Id: Idf8157849f9f394100ef858f4947e3f6cb734a93
parent 0fcf2563
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27,9 +27,15 @@
    <item android:id="@+id/action_sync_picasa_albums"
            android:title="@string/sync_picasa_albums"
            android:showAsAction="never" />

<!-- Comment out to enable Settings in menu. This should be done when
     GallerySettings.java has content, as it is currently empty.

    <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"