New option: Settings->Interface->Hide FAB in Post Feed.

This commit is contained in:
Docile-Alligator
2022-11-04 01:31:44 +11:00
parent 4abadb78c4
commit eb40bad3ef
9 changed files with 64 additions and 14 deletions

View File

@@ -24,6 +24,11 @@
app:title="@string/settings_customize_bottom_app_bar_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.CustomizeBottomAppBarFragment" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="hide_fab_in_post_feed"
app:title="@string/settings_hide_fab_in_post_feed" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="bottom_app_bar"