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

    <Preference
            android:key="prefFlattrSettings"
            android:title="@string/flattr_label"
            android:summary="@string/flattr_summary" />

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

</PreferenceScreen>