aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-06-05 21:47:16 +0000
committerThialfihar <thialfihar@gmail.com>2010-06-05 21:47:16 +0000
commit84d00abea113c6561519c2481245eff0253b15a2 (patch)
treed4e6b9056ef856f8ab6a96c7375ff45b3a1945a4 /res/xml
parenta089dbbb73b3bddb122e14db2165cb1cded269e1 (diff)
downloadopen-keychain-84d00abea113c6561519c2481245eff0253b15a2.tar.gz
open-keychain-84d00abea113c6561519c2481245eff0253b15a2.tar.bz2
open-keychain-84d00abea113c6561519c2481245eff0253b15a2.zip
added search feature for key management and select Activities
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/searchable_public_keys.xml6
-rw-r--r--res/xml/searchable_secret_keys.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/res/xml/searchable_public_keys.xml b/res/xml/searchable_public_keys.xml
new file mode 100644
index 000000000..f8963e997
--- /dev/null
+++ b/res/xml/searchable_public_keys.xml
@@ -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>
diff --git a/res/xml/searchable_secret_keys.xml b/res/xml/searchable_secret_keys.xml
new file mode 100644
index 000000000..43328df82
--- /dev/null
+++ b/res/xml/searchable_secret_keys.xml
@@ -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>