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

    <SwitchPreference
        app:defaultValue="false"
        app:key="show_top_level_comments_first"
        app:title="@string/settings_show_top_level_comments_first_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="show_comment_divider"
        app:title="@string/settings_show_comment_divider_title" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="show_only_one_comment_level_indicator"
        app:title="@string/settings_show_only_one_comment_level_indicator" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="comment_toolbar_hidden"
        app:title="@string/settings_comment_toolbar_hidden" />

    <SwitchPreference
        app:defaultValue="true"
        app:key="comment_toolbar_hide_on_click"
        app:title="@string/settings_comment_toolbar_hide_on_click" />

    <SwitchPreference
        app:defaultValue="false"
        app:key="fully_collapse_comment"
        android:title="@string/settings_fully_collapse_comment_title" />

</PreferenceScreen>
Fixed typo and set pin count to 5Mango0x451-2/+2 2020-08-17Spaces --> TabsMango0x451-347/+347 2020-08-17removed useless spaceMango0x451-255/+350 2020-08-17did chmod +x because ocdMango0x451-0/+0 2020-08-16Better formatting of stared messageAnInternetTroll1-1/+1 2020-08-16Pin requirement increased to 3 starsAnInternetTroll1-1/+1 2020-08-16Removed star counterAnInternetTroll1-2/+5 2020-08-16New pins systemAnInternetTroll2-2/+26 2020-08-11added delvar()Mango0x451-0/+8 2020-08-11AwaitMango0x451-7/+8 2020-08-11Print all config vars at onceMango0x451-4/+8 2020-08-11Organized importsMango0x4511-49/+55 2020-08-10Some people need to ruin it for everybodyThomas Voss1-1/+1 2020-08-10Harvested more user dataThomas Voss1-1/+2 2020-08-10Fixed typo and indentsThomas Voss1-3/+3 2020-08-08Temporary fix for pending commandAnInternetTroll1-0/+3 2020-08-07Update admin.pyThomas Voss1-1/+2 2020-08-07Update admin.pyThomas Voss1-1/+1 2020-08-07Update admin.pyAAP1-4/+4 2020-08-07Update admin.pyThomas Voss1-1/+1 2020-08-07Update admin.pyThomas Voss1-0/+5 2020-08-06Fixed day -99 bugAnInternetTroll1-303/+306 2020-08-06Check for ban command is fixedAnInternetTroll1-1/+1 2020-08-06Propper loop breakAnInternetTroll1-2/+2 2020-08-06+ Fixed trailing commaziro2-8/+3 2020-08-06+ Steve Branchziro20-342/+2453 2020-08-06+ Added listcommands to help.py (from mcbeDiscordBot)ziro1-0/+16 >Fixed the trailing comma from listcommands 2020-08-06+ Show aliasses to help commandziro1-1/+1 2020-08-06+ Increases default clearchat limitziro1-1/+1 2020-08-06+ Tweaking cogsziro3-3/+3 2020-08-06+ Tweakingziro2-3/+3 2020-08-06+ Add more info to serverinfo commandziro1-2/+4 2020-08-06+ Tweaking help commandziro1-2/+1 2020-08-06+ Added desc for help cmd and serverinfo commandziro1-1/+20 2020-08-06+ Added description for help commandziro1-0/+1