diff options
author | Allan Wang <me@allanwang.ca> | 2020-10-03 21:07:45 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-10-03 21:07:45 -0700 |
commit | d1f42ab59c86bbc7027b2337982405df78081947 (patch) | |
tree | 2bdd78eb06d489dad978cf4880c78445022d9e50 /app/src/main/res | |
parent | 019067430fce1fdd6cc4ff0a4e63937927de2c17 (diff) | |
download | frost-d1f42ab59c86bbc7027b2337982405df78081947.tar.gz frost-d1f42ab59c86bbc7027b2337982405df78081947.tar.bz2 frost-d1f42ab59c86bbc7027b2337982405df78081947.zip |
Add setting
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_pref_behaviour.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index 32188698..b6d0aebc 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -23,6 +23,8 @@ <string name="autoplay_settings_desc">Open Facebook\'s auto play settings. Note that it must be disabled for PIP to work.</string> <string name="exit_confirmation">Exit Confirmation</string> <string name="exit_confirmation_desc">Show confirmation dialog before exiting the app</string> + <string name="auto_expand_text_box">Auto expand text box</string> + <string name="auto_expand_text_box_desc">Increase text box height while typing. Disable if there are scroll issues.</string> <string name="analytics">Analytics</string> <string name="analytics_desc">Enable anonymous analytics and bug reports to help improve the app. No personal information is ever exposed.</string> |