Skip to content

Commit

Permalink
Forgot to add the renamed main.xml menu...
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradlee Speice committed Dec 24, 2014
1 parent 578e970 commit f26d6f5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/src/main/res/menu/viewer.xml
@@ -0,0 +1,17 @@
<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.bspeice.minimalbible.MainActivity">

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

<item
android:id="@+id/action_downloads"
android:orderInCategory="100"
android:title="@string/activity_downloader" />

</menu>

0 comments on commit f26d6f5

Please sign in to comment.