2021-02-17 14:44:59 +01:00
|
|
|
<?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">
|
|
|
|
|
2022-01-13 16:30:55 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
2021-02-17 14:44:59 +01:00
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="show_top_level_comments_first"
|
|
|
|
app:title="@string/settings_show_top_level_comments_first_title" />
|
|
|
|
|
2022-01-13 16:30:55 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
2021-02-17 14:44:59 +01:00
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="show_comment_divider"
|
|
|
|
app:title="@string/settings_show_comment_divider_title" />
|
|
|
|
|
2022-01-13 16:30:55 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
2021-05-10 06:00:51 +02:00
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="show_only_one_comment_level_indicator"
|
|
|
|
app:title="@string/settings_show_only_one_comment_level_indicator" />
|
|
|
|
|
2022-01-13 16:30:55 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
2021-02-17 14:44:59 +01:00
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="comment_toolbar_hidden"
|
2021-04-20 11:38:10 +02:00
|
|
|
app:title="@string/settings_comment_toolbar_hidden" />
|
2021-02-17 14:44:59 +01:00
|
|
|
|
2022-01-13 16:30:55 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
2021-02-17 14:44:59 +01:00
|
|
|
app:defaultValue="true"
|
|
|
|
app:key="comment_toolbar_hide_on_click"
|
|
|
|
app:title="@string/settings_comment_toolbar_hide_on_click" />
|
|
|
|
|
2022-01-13 16:30:55 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
2021-02-17 14:44:59 +01:00
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="fully_collapse_comment"
|
|
|
|
android:title="@string/settings_fully_collapse_comment_title" />
|
|
|
|
|
2022-02-05 08:19:18 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="show_author_avatar"
|
|
|
|
android:title="@string/settings_show_author_avatar_title" />
|
|
|
|
|
2022-01-21 13:37:31 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="hide_comment_awards"
|
|
|
|
android:title="@string/settings_hide_comment_awards_title" />
|
|
|
|
|
2022-02-18 12:48:00 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="always_show_child_comment_count"
|
|
|
|
android:title="@string/settings_always_show_child_comment_count_title" />
|
|
|
|
|
2022-01-29 04:11:36 +01:00
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSeekBarPreference
|
|
|
|
app:defaultValue="5"
|
|
|
|
android:max="10"
|
|
|
|
app:key="show_fewer_toolbar_options_threshold"
|
|
|
|
app:title="@string/settings_show_fewer_toolbar_options_threshold_title"
|
|
|
|
app:singleLineTitle="false" />
|
|
|
|
|
2021-02-17 14:44:59 +01:00
|
|
|
</PreferenceScreen>
|