Skip to content

Commit

Permalink
Removed duplicate new entry menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfpiv committed Mar 5, 2016
1 parent cce980a commit 0eae764
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/res/menu/menu_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@

<item android:id="@+id/action_logout" android:title="@string/action_logout"
android:orderInCategory="100" app:showAsAction="never" />

<item android:id="@+id/action_new"
android:title="New"
app:showAsAction="always"
android:icon="@drawable/ic_add_white_24dp"/>
</menu>

0 comments on commit 0eae764

Please sign in to comment.