aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
blob: 08855fa227b824fb8d0a26ecffd19dfacb3cc018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <CheckBoxPreference
        android:title="@string/pref_keyserver"
        android:defaultValue="true"
        android:summary="@string/pref_keyserver_summary"
        android:key="search_keyserver_pref" />

    <CheckBoxPreference
        android:title="@string/pref_keybase"
        android:defaultValue="true"
        android:summary="@string/pref_keybase_summary"
        android:key="search_keybase_pref" />

    <PreferenceScreen
        android:key="keyServers"
        android:persistent="false"
        android:title="@string/label_keyservers" />
</PreferenceScreen>