diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2014-03-02 15:29:01 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2014-03-02 15:29:01 -0800 |
commit | 399b81a99d023ee597415ecb9e3d4c6a35eb1733 (patch) | |
tree | 634459f97e8f0e4ef2ff0a81ecb48c3d00095063 /res/menu | |
parent | 2af6e92bdb4cc8773e43f17e459f0b70aece8dd8 (diff) | |
parent | 52d5e75250a077f9a4bd78503051962abcaed451 (diff) |
Merge branch 'bug/remove-settings-menu' into develop
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/client_dashboard.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml index bdd49ab9..676c07c7 100644 --- a/res/menu/client_dashboard.xml +++ b/res/menu/client_dashboard.xml @@ -1,8 +1,4 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" > - - <item - android:orderInCategory="100" - android:title="@string/menu_settings"/> <item android:id="@+id/about_leap" android:orderInCategory="110" |