aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/xml/gestures_and_buttons_preference.xml
blob: 4d1111872ec356ce2b2e11cc7af0621bea6d56cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                               










                                                                                                 





                                                              








                                                                           
<?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>