summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_miscellaneous.xml
blob: ad7cb9192170618cbc23d802e1f5b21570cfb89f (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">
    <Preference
            android:key="statistics"
            android:title="@string/statistics_label"/>

    <PreferenceCategory android:title="@string/experimental_pref">
        <de.danoeh.antennapod.preferences.SwitchCompatPreference
                android:defaultValue="false"
                android:enabled="true"
                android:key="prefCast"
                android:summary="@string/pref_cast_message"
                android:title="@string/pref_cast_title"/>

        <Preference
                android:key="importExport"
                android:title="@string/import_export"/>
    </PreferenceCategory>
</PreferenceScreen>