summaryrefslogtreecommitdiff
path: root/bindings/Android/SWORD/app/src/main/res/menu
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-10-28 11:51:26 +0100
committerTeus Benschop <teusjannette@gmail.com>2018-10-28 11:51:26 +0100
commit1d0ff54794b5edea7cdf1d2d66710a0fa885bcc5 (patch)
tree8ece5f9ef437fbb151f2b22ed0c6e1a714879c7c /bindings/Android/SWORD/app/src/main/res/menu
parentc7dbdc9161a7c460526b80fe01af49d714856126 (diff)
New upstream version 1.8.1
Diffstat (limited to 'bindings/Android/SWORD/app/src/main/res/menu')
-rw-r--r--bindings/Android/SWORD/app/src/main/res/menu/global.xml7
-rw-r--r--bindings/Android/SWORD/app/src/main/res/menu/main.xml13
-rw-r--r--bindings/Android/SWORD/app/src/main/res/menu/menu_swordtest.xml7
3 files changed, 27 insertions, 0 deletions
diff --git a/bindings/Android/SWORD/app/src/main/res/menu/global.xml b/bindings/Android/SWORD/app/src/main/res/menu/global.xml
new file mode 100644
index 0000000..e3f1dfa
--- /dev/null
+++ b/bindings/Android/SWORD/app/src/main/res/menu/global.xml
@@ -0,0 +1,7 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/action_settings"
+ android:orderInCategory="100"
+ android:showAsAction="never"
+ android:title="@string/action_settings" />
+</menu>
diff --git a/bindings/Android/SWORD/app/src/main/res/menu/main.xml b/bindings/Android/SWORD/app/src/main/res/menu/main.xml
new file mode 100644
index 0000000..037dc19
--- /dev/null
+++ b/bindings/Android/SWORD/app/src/main/res/menu/main.xml
@@ -0,0 +1,13 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:context="org.crosswire.android.bishop.MainActivity">
+ <item
+ android:id="@+id/action_example"
+ android:showAsAction="withText|ifRoom"
+ android:title="@string/action_example" />
+ <item
+ android:id="@+id/action_settings"
+ android:orderInCategory="100"
+ android:showAsAction="never"
+ android:title="@string/action_settings" />
+</menu>
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>