diff options
| author | Comment <tim@gray.(none)> | 2013-08-06 23:21:14 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-08-06 23:21:14 +0100 |
| commit | 81a7fbb76d121e1e60d028485b2abbac9e3882a8 (patch) | |
| tree | 986257e48c256eb5e69e8c85cb579272fdc3ddbf /res/menu | |
Diffstat (limited to 'res/menu')
| -rw-r--r-- | res/menu/main.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/menu/main.xml b/res/menu/main.xml new file mode 100644 index 0000000..c002028 --- /dev/null +++ b/res/menu/main.xml @@ -0,0 +1,9 @@ +<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> |
