aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-02-02 11:29:14 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-02-02 11:29:14 +0000
commitbdf5f07883fad7444207cc49537cd7deba0c9b84 (patch)
tree57cb309ba109f2349bb37e8ad3c1b4955a1f3b4f /app/src/main/res/xml
parent51d7965527d16662499817ff3ab5849c3a8d42b4 (diff)
downloadinfinity-for-reddit-bdf5f07883fad7444207cc49537cd7deba0c9b84.tar
infinity-for-reddit-bdf5f07883fad7444207cc49537cd7deba0c9b84.tar.gz
infinity-for-reddit-bdf5f07883fad7444207cc49537cd7deba0c9b84.tar.bz2
infinity-for-reddit-bdf5f07883fad7444207cc49537cd7deba0c9b84.tar.lz
infinity-for-reddit-bdf5f07883fad7444207cc49537cd7deba0c9b84.tar.xz
infinity-for-reddit-bdf5f07883fad7444207cc49537cd7deba0c9b84.tar.zst
infinity-for-reddit-bdf5f07883fad7444207cc49537cd7deba0c9b84.zip
Lock the bottom app bar.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/gestures_and_buttons_preference.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/gestures_and_buttons_preference.xml b/app/src/main/res/xml/gestures_and_buttons_preference.xml
index ad675bca..4d111187 100644
--- a/app/src/main/res/xml/gestures_and_buttons_preference.xml
+++ b/app/src/main/res/xml/gestures_and_buttons_preference.xml
@@ -19,6 +19,12 @@
<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"
app:title="@string/settings_volume_keys_navigate_comments_title" />