summaryrefslogtreecommitdiff
path: root/bindings/Android/SWORD/app/src/main/res/menu/menu_swordtest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/Android/SWORD/app/src/main/res/menu/menu_swordtest.xml')
-rw-r--r--bindings/Android/SWORD/app/src/main/res/menu/menu_swordtest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/Android/SWORD/app/src/main/res/menu/menu_swordtest.xml b/bindings/Android/SWORD/app/src/main/res/menu/menu_swordtest.xml
new file mode 100644
index 0000000..7cb68bd
--- /dev/null
+++ b/bindings/Android/SWORD/app/src/main/res/menu/menu_swordtest.xml
@@ -0,0 +1,7 @@
+<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.crosswire.sword.SWORDTestActivity">
+ <item android:id="@+id/action_settings" android:orderInCategory="100"
+ android:title="@string/action_settings" app:showAsAction="never" />
+</menu>