aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-11-03 14:31:44 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2022-11-03 14:31:44 +0000
commiteb40bad3efcef20e24ba3109923ae1a4703ea430 (patch)
treec6f25384ceb848407f3453e0bf992352882744ed /app/src/main/res/xml
parent4abadb78c4f56b2b8d61bd7130073ca2bb712545 (diff)
downloadinfinity-for-reddit-eb40bad3efcef20e24ba3109923ae1a4703ea430.tar
infinity-for-reddit-eb40bad3efcef20e24ba3109923ae1a4703ea430.tar.gz
infinity-for-reddit-eb40bad3efcef20e24ba3109923ae1a4703ea430.tar.bz2
infinity-for-reddit-eb40bad3efcef20e24ba3109923ae1a4703ea430.tar.lz
infinity-for-reddit-eb40bad3efcef20e24ba3109923ae1a4703ea430.tar.xz
infinity-for-reddit-eb40bad3efcef20e24ba3109923ae1a4703ea430.tar.zst
infinity-for-reddit-eb40bad3efcef20e24ba3109923ae1a4703ea430.zip
New option: Settings->Interface->Hide FAB in Post Feed.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/interface_preferences.xml5
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" />