diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2019-12-11 05:27:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-11 05:27:48 +0000 |
commit | 2f5cdcbbdc0b83e05e9af5850ba01125710d7b30 (patch) | |
tree | 023de83387cfd51ea269085c339211b74d84be72 /app/src/main/res/xml | |
parent | f7eaa7ca06811e39b16dc80203f053e4cca118bc (diff) | |
parent | 9a8a549d69ba3049a58fc31e88b95d6445dd40d0 (diff) | |
download | infinity-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.xml | 5 |
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" |