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

    <Preference
        android:key="prefSwipeFeed"
        android:title="@string/feeds_label"/>
    <Preference
        android:key="prefSwipeQueue"
        android:title="@string/queue_label"/>

</PreferenceScreen>