diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-11-17 15:41:58 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-11-17 15:41:58 +0000 |
commit | b997963808a418948e46841c406f03deafd21f94 (patch) | |
tree | a428768a4d35a8e5299b83925c5ac104c41f2e3c /app/src/main/res/xml/main_preferences.xml | |
parent | ee60cbf640df8386bd7ffab0508edff9c283fdbd (diff) | |
download | infinity-for-reddit-b997963808a418948e46841c406f03deafd21f94.tar infinity-for-reddit-b997963808a418948e46841c406f03deafd21f94.tar.gz infinity-for-reddit-b997963808a418948e46841c406f03deafd21f94.tar.bz2 infinity-for-reddit-b997963808a418948e46841c406f03deafd21f94.tar.lz infinity-for-reddit-b997963808a418948e46841c406f03deafd21f94.tar.xz infinity-for-reddit-b997963808a418948e46841c406f03deafd21f94.tar.zst infinity-for-reddit-b997963808a418948e46841c406f03deafd21f94.zip |
Add a Fab to scroll down parent comments. Use volume up and down keys to navigate parent comments.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/main_preferences.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index db4b75a1..894642fa 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -29,17 +29,22 @@ <SwitchPreference app:defaultValue="false" app:key="vote_buttons_on_the_right" - app:title="@string/settings_vote_buttons_on_the_right_title"/> + app:title="@string/settings_vote_buttons_on_the_right_title" /> <SwitchPreference app:defaultValue="false" app:key="show_elapsed_time" - app:title="@string/settings_show_elapsed_time"/> + app:title="@string/settings_show_elapsed_time" /> <SwitchPreference app:defaultValue="true" app:key="swipe_to_go_back_from_post_detail" - app:title="@string/swipe_to_go_back_from_post_detail"/> + app:title="@string/swipe_to_go_back_from_post_detail" /> + + <SwitchPreference + app:defaultValue="false" + app:key="volume_keys_navigate_comments" + app:title="@string/settings_volume_keys_navigate_comments_title" /> <Preference app:title="@string/settings_font_size_title" |