Skip to content

Commit

Permalink
Fix issue udacity#76
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyla authored and Asser committed Oct 2, 2017
1 parent 7676499 commit cfa6d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void onRequestPermissionsResult(int requestCode,

// TODO (2) Add a new resource folder called menu and create visualizer_menu.xml
// TODO (3) In visualizer_menu.xml create a menu item with a single item. The id should be
// action_settings, the id and title should be saved in strings.xml, the item should never
// "action_settings", title should be saved in strings.xml, the item should never
// be shown as an action, and orderInCategory should be 100

// TODO (5) Add the menu to the menu bar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- COMPLETED (2) Add a new resource folder called menu and create visualizer_menu.xml -->
<!-- COMPLETED (3) In visualizer_menu.xml create a menu item with a single item. The id should be
action_settings, the id and title should be saved in strings.xml, the item should never
"action_settings", title should be saved in strings.xml, the item should never
be shown as an action, and orderInCategory should be 100 -->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
Expand Down

0 comments on commit cfa6d41

Please sign in to comment.