aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/download_location_preferences.xml
blob: 7954cb87bb0a3286fea3daef0a6ff7f559625606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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" />
</PreferenceScreen>