summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2010-12-28 00:00:31 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2010-12-28 00:00:31 (GMT)
commitedafc81433534a1b3238b1288398013dd5befd7c (patch)
treec667570dcfc3e7a19c7a1879cb7bf2cbcb8770d0 /res/menu
parent9177502903e884b296878d5ec93e2f8631ae067e (diff)
downloadSoftKeys-edafc81433534a1b3238b1288398013dd5befd7c.zip
SoftKeys-edafc81433534a1b3238b1288398013dd5befd7c.tar.gz
SoftKeys-edafc81433534a1b3238b1288398013dd5befd7c.tar.bz2
Add real menu so people may see "help" quicker instead of digging in the
prefs
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/main.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/main.xml b/res/menu/main.xml
new file mode 100644
index 0000000..6344a33
--- /dev/null
+++ b/res/menu/main.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/menu_help"
+ android:title="@string/help" />
+ <item android:id="@+id/menu_settings"
+ android:title="@string/settings" />
+</menu>