added search to option menu and make it pop up when keys on the physical keyboard are pressed

This commit is contained in:
Thialfihar
2010-06-05 22:44:47 +00:00
parent 84d00abea1
commit 8c404d83d7
12 changed files with 41 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ public final class Id {
public static final int import_keys = 0x21070006;
public static final int export_keys = 0x21070007;
public static final int preferences = 0x21070008;
public static final int search = 0x21070009;
}
}