added search feature for key management and select Activities
This commit is contained in:
6
res/xml/searchable_public_keys.xml
Normal file
6
res/xml/searchable_public_keys.xml
Normal 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>
|
||||
6
res/xml/searchable_secret_keys.xml
Normal file
6
res/xml/searchable_secret_keys.xml
Normal 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>
|
||||
Reference in New Issue
Block a user