diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-05-22 15:34:00 +0100 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-05-22 15:34:00 +0100 |
commit | cc8ace92f17c8e5aef7d68ff316e5cd038cd36b5 (patch) | |
tree | caad5218a1da276909c71a95c45725651b08d984 /res/menu |
Initial Commit
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/start.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/menu/start.xml b/res/menu/start.xml new file mode 100644 index 0000000..e6dd2f2 --- /dev/null +++ b/res/menu/start.xml @@ -0,0 +1,8 @@ +<menu xmlns:android="http://schemas.android.com/apk/res/android" > + + <item + android:id="@+id/action_settings" + android:orderInCategory="100" + android:title="@string/action_settings"/> + +</menu>
\ No newline at end of file |