diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-05-10 04:00:51 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-05-10 04:00:51 +0000 |
commit | b21eb89271d5818721e56b8198ddcddcc9875a61 (patch) | |
tree | 9e902222f4442d810a6e4cbefd832bca0315a849 /app/src/main/res/xml/comment_preferences.xml | |
parent | 39291be2e90b823d42fa83197ebf5783a2d3f04d (diff) | |
download | infinity-for-reddit-b21eb89271d5818721e56b8198ddcddcc9875a61.tar infinity-for-reddit-b21eb89271d5818721e56b8198ddcddcc9875a61.tar.gz infinity-for-reddit-b21eb89271d5818721e56b8198ddcddcc9875a61.tar.bz2 infinity-for-reddit-b21eb89271d5818721e56b8198ddcddcc9875a61.tar.lz infinity-for-reddit-b21eb89271d5818721e56b8198ddcddcc9875a61.tar.xz infinity-for-reddit-b21eb89271d5818721e56b8198ddcddcc9875a61.tar.zst infinity-for-reddit-b21eb89271d5818721e56b8198ddcddcc9875a61.zip |
New option: Show Only One Comment Level Indicator.
Diffstat (limited to 'app/src/main/res/xml/comment_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/comment_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/comment_preferences.xml b/app/src/main/res/xml/comment_preferences.xml index 2248d7f3..a9510dc5 100644 --- a/app/src/main/res/xml/comment_preferences.xml +++ b/app/src/main/res/xml/comment_preferences.xml @@ -14,6 +14,11 @@ <SwitchPreference app:defaultValue="false" + app:key="show_only_one_comment_level_indicator" + app:title="@string/settings_show_only_one_comment_level_indicator" /> + + <SwitchPreference + app:defaultValue="false" app:key="comment_toolbar_hidden" app:title="@string/settings_comment_toolbar_hidden" /> |