mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-10 01:59:03 -05:00
11 lines
306 B
XML
11 lines
306 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:title="@string/action_settings"
|
|
app:showAsAction="never"/>
|
|
|
|
</menu>
|