Added the option to hide or not toolbar when scrolling

This commit is contained in:
ztimms73
2021-05-15 08:56:03 +03:00
parent 24d9a49420
commit 51dc2ac046
7 changed files with 23 additions and 0 deletions

View File

@@ -20,6 +20,12 @@
android:title="@string/black_dark_theme"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="true"
android:key="hide_toolbar"
android:title="@string/hide_toolbar"
app:iconSpaceReserved="false" />
<ListPreference
android:entries="@array/list_modes"
android:key="list_mode_2"