summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_integrations.xml
blob: 716f6c476d3bcbb41c0dc1010041b21df84186b8 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
        xmlns:android="http://schemas.android.com/apk/res/android">

    <Preference
            android:key="prefGpodderSettings"
            android:title="@string/gpodnet_main_label"
            android:summary="@string/gpodnet_summary" />

</PreferenceScreen>