diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-04-09 16:15:10 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-04-09 16:15:10 +0000 |
commit | 21e1fcdad905d7bb7ced74c21ce55d5a25d00453 (patch) | |
tree | 8581b8f1ae757eb9d3af681604faa7680f50566b /app/src/main/res/xml/comment_preferences.xml | |
parent | 0bef61a45f211cb9cc525f8c9760d5d0560ed157 (diff) | |
download | infinity-for-reddit-21e1fcdad905d7bb7ced74c21ce55d5a25d00453.tar infinity-for-reddit-21e1fcdad905d7bb7ced74c21ce55d5a25d00453.tar.gz infinity-for-reddit-21e1fcdad905d7bb7ced74c21ce55d5a25d00453.tar.bz2 infinity-for-reddit-21e1fcdad905d7bb7ced74c21ce55d5a25d00453.tar.lz infinity-for-reddit-21e1fcdad905d7bb7ced74c21ce55d5a25d00453.tar.xz infinity-for-reddit-21e1fcdad905d7bb7ced74c21ce55d5a25d00453.tar.zst infinity-for-reddit-21e1fcdad905d7bb7ced74c21ce55d5a25d00453.zip |
Hide Comment Toolbar Hidden by Default option.
Diffstat (limited to 'app/src/main/res/xml/comment_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/comment_preferences.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/comment_preferences.xml b/app/src/main/res/xml/comment_preferences.xml index 2248d7f3..f736937e 100644 --- a/app/src/main/res/xml/comment_preferences.xml +++ b/app/src/main/res/xml/comment_preferences.xml @@ -12,10 +12,10 @@ app:key="show_comment_divider" app:title="@string/settings_show_comment_divider_title" /> - <SwitchPreference + <!--<SwitchPreference app:defaultValue="false" app:key="comment_toolbar_hidden" - app:title="@string/settings_comment_toolbar_hidden" /> + app:title="@string/settings_comment_toolbar_hidden" />--> <SwitchPreference app:defaultValue="true" |