2014-04-13 16:15:08 -04:00
|
|
|
<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_example"
|
|
|
|
android:title="@string/action_example"
|
|
|
|
app:showAsAction="withText|ifRoom"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:title="@string/action_settings"
|
|
|
|
app:showAsAction="never"/>
|
2014-04-15 19:13:21 -04:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_downloads"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:title="@string/title_activity_downloader" />
|
2014-04-13 16:15:08 -04:00
|
|
|
|
|
|
|
</menu>
|