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">
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
2021-04-09 18:15:10 +02:00
|
|
|
<!--<SwitchPreference
|
2021-02-17 14:44:59 +01:00
|
|
|
app:defaultValue="false"
|
|
|
|
app:key="comment_toolbar_hidden"
|
2021-04-09 18:15:10 +02:00
|
|
|
app:title="@string/settings_comment_toolbar_hidden" />-->
|
2021-02-17 14:44:59 +01:00
|
|
|
|
|
|
|
<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>
|