diff options
author | Allan Wang <me@allanwang.ca> | 2020-09-27 20:09:52 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-09-27 20:09:52 -0700 |
commit | 8a8e7268a5bfbd0bc0d8ec5058365fb1109ad20f (patch) | |
tree | f6d4ecd0d961b3afccd0a842e1113423fd8b0347 /app/src/main/res/values | |
parent | 983a3dfa7462316df4dc01b583edf0cbe7a9d606 (diff) | |
download | frost-8a8e7268a5bfbd0bc0d8ec5058365fb1109ad20f.tar.gz frost-8a8e7268a5bfbd0bc0d8ec5058365fb1109ad20f.tar.bz2 frost-8a8e7268a5bfbd0bc0d8ec5058365fb1109ad20f.zip |
Add option to hide feed likes and bottom bar
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_feed.xml b/app/src/main/res/values/strings_pref_feed.xml index 330c900c..58d832cc 100644 --- a/app/src/main/res/values/strings_pref_feed.xml +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -16,6 +16,10 @@ <string name="suggested_groups_desc">Show \"Suggested Groups\" in the feed</string> <string name="show_stories">Show Stories</string> <string name="show_stories_desc">Show stories in the feed</string> + <string name="show_post_actions">Show Post Actions</string> + <string name="show_post_actions_desc">Show Like, Comment, and Share options</string> + <string name="show_post_reactions">Show Post Reactions</string> + <string name="show_post_reactions_desc">Show reaction counts to post</string> <string name="facebook_ads">Facebook Ads</string> <string name="facebook_ads_desc">Show native Facebook ads</string> <string name="full_size_image">Full Size Images</string> |