added search feature for key management and select Activities

This commit is contained in:
Thialfihar
2010-06-05 21:47:16 +00:00
parent a089dbbb73
commit 84d00abea1
20 changed files with 486 additions and 75 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<searchable
xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/hint_publicKeys">
</searchable>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<searchable
xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/hint_secretKeys">
</searchable>