aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/download_location_preferences.xml
blob: 4e2c1f7ab38e6b701df17abb7a90bdc022ebe7ef (plain) (blame)
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
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
    <Preference
        app:key="image_download_location"
        app:title="@string/settings_image_download_location_title" />

    <Preference
        app:key="gif_download_location"
        app:title="@string/settings_gif_download_location_title" />

    <Preference
        app:key="video_download_location"
        app:title="@string/settings_video_download_location_title" />

    <Preference
        app:key="nsfw_download_location"
        app:title="@string/settings_nsfw_download_location_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="separate_nsfw_folder"
        app:title="@string/settings_nsfw_separate_folder" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="separate_folder_for_each_subreddit"
        app:title="@string/settings_separate_folder_for_each_subreddit" />
</PreferenceScreen>