mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-10 18:27:11 +01:00
57 lines
2.5 KiB
XML
57 lines
2.5 KiB
XML
<?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">
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="false"
|
|
app:key="show_top_level_comments_first"
|
|
app:title="@string/settings_show_top_level_comments_first_title" />
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="false"
|
|
app:key="show_comment_divider"
|
|
app:title="@string/settings_show_comment_divider_title" />
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="false"
|
|
app:key="show_only_one_comment_level_indicator"
|
|
app:title="@string/settings_show_only_one_comment_level_indicator" />
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="false"
|
|
app:key="comment_toolbar_hidden"
|
|
app:title="@string/settings_comment_toolbar_hidden" />
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="true"
|
|
app:key="comment_toolbar_hide_on_click"
|
|
app:title="@string/settings_comment_toolbar_hide_on_click" />
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="false"
|
|
app:key="fully_collapse_comment"
|
|
android:title="@string/settings_fully_collapse_comment_title" />
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="false"
|
|
app:key="show_author_avatar"
|
|
android:title="@string/settings_show_author_avatar_title" />
|
|
|
|
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
|
app:defaultValue="false"
|
|
app:key="hide_comment_awards"
|
|
android:title="@string/settings_hide_comment_awards_title" />
|
|
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
</PreferenceScreen> |