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 | |
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')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/comment_preferences.xml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 492d8376..c3456e0e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -562,6 +562,7 @@ <string name="settings_crash_reports_title">Crash Reports</string> <string name="settings_nsfw_and_spoiler_dangerous_group_title">Dangerous</string> <string name="settings_disable_nsfw_forever_title">Disable NSFW Forever</string> + <string name="settings_show_only_one_comment_level_indicator">Show Only One Comment Level Indicator</string> <string name="no_link_available">Cannot get the link</string> 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" /> |