summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_swipe.xml
blob: b69ca8f6341f0ae3bea2f571da68e4723353d91d (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
<?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="prefSwipeFeed"
        android:title="@string/feeds_label"/>

</PreferenceScreen>