diff options
author | David A. Madore <david+git@madore.org> | 2010-04-29 03:09:26 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-04-29 03:09:26 +0200 |
commit | e57621493d1fa3cb1f9bd14b14e8012d7503e816 (patch) | |
tree | 79bfda5440636daadf8011f4f3101381240bf262 /res/menu | |
parent | 5600a9b269803b546e64d7cefd74856d7966dd61 (diff) | |
download | UnicodeMap-e57621493d1fa3cb1f9bd14b14e8012d7503e816.tar.gz UnicodeMap-e57621493d1fa3cb1f9bd14b14e8012d7503e816.tar.bz2 UnicodeMap-e57621493d1fa3cb1f9bd14b14e8012d7503e816.zip |
Add a "go" feature.
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/options_menu.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/menu/options_menu.xml b/res/menu/options_menu.xml index 2cb4eb9..d101b1f 100644 --- a/res/menu/options_menu.xml +++ b/res/menu/options_menu.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:id="@+id/menuGo" + android:title="@string/menu_go" /> <item android:id="@+id/menuSearch" android:title="@string/menu_search" /> <item android:id="@+id/menuAbout" |