summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_swipe.xml
blob: 10ac102dd8abb089a5cd4ef7b42ff2f1496e4c0f (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="prefSwipeQueue"
        android:title="@string/queue_label"/>

    <Preference
        android:key="prefSwipeInbox"
        android:title="@string/inbox_label"/>

    <Preference
        android:key="prefSwipeEpisodes"
        android:title="@string/episodes_label"/>

    <Preference
        android:key="prefSwipeDownloads"
        android:title="@string/downloads_label"/>

    <Preference
        android:key="prefSwipeHistory"
        android:title="@string/playback_history_label"/>

    <Preference
        android:key="prefSwipeFeed"
        android:title="@string/individual_subscription"/>

</PreferenceScreen>