summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_gpodder.xml
blob: a210b8e11345b8c3bb56b0218feb466703c7e12e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
        xmlns:android="http://schemas.android.com/apk/res/android">
    <Preference
            android:key="pref_gpodnet_description"
            android:icon="@drawable/gpodder_icon"
            android:summary="@string/gpodnet_description"/>
    <Preference
            android:key="pref_gpodnet_authenticate"
            android:title="@string/pref_gpodnet_authenticate_title"
            android:summary="@string/pref_gpodnet_authenticate_sum"/>
    <Preference
            android:key="pref_gpodnet_setlogin_information"
            android:title="@string/pref_gpodnet_setlogin_information_title"
            android:summary="@string/pref_gpodnet_setlogin_information_sum"/>
    <Preference
            android:key="pref_gpodnet_sync"
            android:title="@string/pref_gpodnet_sync_changes_title"
            android:summary="@string/pref_gpodnet_sync_changes_sum"/>
    <Preference
            android:key="pref_gpodnet_force_full_sync"
            android:title="@string/pref_gpodnet_full_sync_title"
            android:summary="@string/pref_gpodnet_full_sync_sum"/>
    <Preference
            android:key="pref_gpodnet_logout"
            android:title="@string/pref_gpodnet_logout_title"/>

</PreferenceScreen>