aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/gestures_and_buttons_preference.xml
blob: 4d1111872ec356ce2b2e11cc7af0621bea6d56cc (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
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">

    <SwitchPreference
        app:defaultValue="true"
        app:key="swipe_to_go_back_from_post_detail"
        app:title="@string/settings_swipe_to_go_back_from_post_detail_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="lock_jump_to_next_top_level_comment_button"
        app:title="@string/settings_lock_jump_to_next_top_level_comment_button_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="swipe_up_to_hide_jump_to_next_top_level_comments_button"
        app:title="@string/settings_swipe_up_to_hide_jump_to_next_top_level_comment_button_title"
        app:isPreferenceVisible="false" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="lock_bottom_app_bar"
        app:title="@string/settings_lock_bottom_app_bar_title"
        app:isPreferenceVisible="false" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="volume_keys_navigate_comments"
        app:title="@string/settings_volume_keys_navigate_comments_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="volume_keys_navigate_posts"
        app:title="@string/settings_volume_keys_navigate_posts_title" />

</PreferenceScreen>