Showing top-level comments at first is available.

This commit is contained in:
Alex Ning
2020-02-01 22:36:43 +08:00
parent 9dc596b907
commit 5d74aa4548
7 changed files with 43 additions and 21 deletions

View File

@@ -39,9 +39,14 @@
<SwitchPreference
app:defaultValue="false"
app:key="mute_video"
android:icon="@drawable/ic_mute_preferences_24dp"
app:icon="@drawable/ic_mute_preferences_24dp"
app:title="@string/settings_mute_video_title" />
<SwitchPreference
app:defaultValue="false"
app:key="show_top_level_comments_first"
app:title="@string/settings_show_top_level_comments_first_title" />
<ListPreference
app:defaultValue="2.5"
android:entries="@array/settings_lazy_mode_interval"