diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/interface_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/interface_preferences.xml b/app/src/main/res/xml/interface_preferences.xml index ffa3b719..f15a58a7 100644 --- a/app/src/main/res/xml/interface_preferences.xml +++ b/app/src/main/res/xml/interface_preferences.xml @@ -26,6 +26,11 @@ <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" app:title="@string/settings_enable_bottom_app_bar_title" /> |