Add hidden comment toolbar feature.

This commit is contained in:
Hermes Junior
2020-03-29 05:20:52 +02:00
parent ea27af4080
commit d0faebbab9
6 changed files with 81 additions and 9 deletions

View File

@@ -51,6 +51,16 @@
app:key="show_comment_divider"
app:title="@string/settings_show_comment_divider_title" />
<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="true"
app:key="show_absolute_number_of_votes"