Lock the bottom app bar.

This commit is contained in:
Alex Ning
2020-02-02 19:29:14 +08:00
parent 51d7965527
commit bdf5f07883
7 changed files with 58 additions and 10 deletions

View File

@@ -17,6 +17,12 @@
app:title="@string/settings_swipe_up_to_hide_jump_to_next_top_level_comment_button_title"
app:isPreferenceVisible="false" />
<SwitchPreference
app:defaultValue="false"
app:key="lock_bottom_app_bar"
app:title="@string/settings_lock_bottom_app_bar_title"
app:isPreferenceVisible="false" />
<SwitchPreference
app:defaultValue="false"
app:key="volume_keys_navigate_comments"