diff options
Diffstat (limited to 'OpenKeychain/src/main/res/xml/cloud_search_preferences.xml')
-rw-r--r-- | OpenKeychain/src/main/res/xml/cloud_search_preferences.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/xml/cloud_search_preferences.xml b/OpenKeychain/src/main/res/xml/cloud_search_preferences.xml new file mode 100644 index 000000000..85d6a6bca --- /dev/null +++ b/OpenKeychain/src/main/res/xml/cloud_search_preferences.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> + <SwitchPreference + android:defaultValue="true" + android:key="search_keyserver_pref" + android:summary="@string/pref_keyserver_summary" + android:title="@string/pref_keyserver" /> + + <PreferenceScreen + android:dependency="search_keyserver_pref" + android:key="keyServers" + android:persistent="false" + android:title="@string/label_keyservers" /> + + <SwitchPreference + android:defaultValue="true" + android:key="search_keybase_pref" + android:summary="@string/pref_keybase_summary" + android:title="@string/pref_keybase" /> + +</PreferenceScreen>
\ No newline at end of file |