aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/navigation_drawer_preferences.xml
blob: 3fb31b88d0fcd65e428dec07ddd4f0e9cdf07006 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">

    <Preference
        app:icon="@drawable/ic_info_preference_24dp"
        app:summary="@string/restart_app_see_changes"
        app:enabled="false" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="show_avatar_on_the_right"
        app:title="@string/settings_show_avatar_on_the_right" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="collapse_account_section"
        app:title="@string/settings_collapse_account_section_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="collapse_post_section"
        app:title="@string/settings_collapse_post_section_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="collapse_preferences_section"
        app:title="@string/settings_collapse_preferences_section_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="collapse_favorite_subreddits_section"
        app:title="@string/settings_collapse_favorite_subreddits_section_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="collapse_subscribed_subreddits_section"
        app:title="@string/settings_collapse_subscribed_subreddits_section_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="hide_favorite_subreddits_sections"
        app:title="@string/settings_hide_favorite_subreddits_sections_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="hide_subscribed_subreddits_sections"
        app:title="@string/settings_hide_subscribed_subreddits_sections_title" />

</PreferenceScreen>