aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorDocile-Alligator <chineseperson5@gmail.com>2019-12-11 05:27:48 +0000
committerGitHub <noreply@github.com>2019-12-11 05:27:48 +0000
commit2f5cdcbbdc0b83e05e9af5850ba01125710d7b30 (patch)
tree023de83387cfd51ea269085c339211b74d84be72 /app/src/main/res/xml
parentf7eaa7ca06811e39b16dc80203f053e4cca118bc (diff)
parent9a8a549d69ba3049a58fc31e88b95d6445dd40d0 (diff)
downloadinfinity-for-reddit-2f5cdcbbdc0b83e05e9af5850ba01125710d7b30.tar
infinity-for-reddit-2f5cdcbbdc0b83e05e9af5850ba01125710d7b30.tar.gz
infinity-for-reddit-2f5cdcbbdc0b83e05e9af5850ba01125710d7b30.tar.bz2
infinity-for-reddit-2f5cdcbbdc0b83e05e9af5850ba01125710d7b30.tar.lz
infinity-for-reddit-2f5cdcbbdc0b83e05e9af5850ba01125710d7b30.tar.xz
infinity-for-reddit-2f5cdcbbdc0b83e05e9af5850ba01125710d7b30.tar.zst
infinity-for-reddit-2f5cdcbbdc0b83e05e9af5850ba01125710d7b30.zip
Merge pull request #41 from MartinSandfuchs/volume-scroll
Use volume keys to navigate posts
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/main_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index 894642fa..98e566eb 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -46,6 +46,11 @@
app:key="volume_keys_navigate_comments"
app:title="@string/settings_volume_keys_navigate_comments_title" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="volume_keys_navigate_posts"
+ app:title="@string/settings_volume_keys_navigate_posts_title" />
+
<Preference
app:title="@string/settings_font_size_title"
app:icon="@drawable/ic_font_size_24dp"