aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/cloud_search_preferences.xml
blob: e1ab50d6393f2892c6dacf43a68216a3cc2a7845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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: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>