Remove settings menu from ShowHabitActivity

This commit is contained in:
2016-03-06 08:46:21 -05:00
parent 4fb386be86
commit 9014acc548
2 changed files with 0 additions and 36 deletions

View File

@@ -1,12 +0,0 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="org.isoron.uhabits.ShowHabitActivity">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="never"/>
</menu>