diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-12-26 00:05:04 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-12-26 00:05:04 +0000 |
commit | b74fc9354c12df9ca03448a04df21c1fcc2b8d4e (patch) | |
tree | 8d73d2f1ded6569b60e3e8c6483764a365af64ca /app/src/main/res/values/arrays.xml | |
parent | 24b33bb05ddb90ed7c0fcd654d6e7b1add50819d (diff) | |
download | infinity-for-reddit-b74fc9354c12df9ca03448a04df21c1fcc2b8d4e.tar infinity-for-reddit-b74fc9354c12df9ca03448a04df21c1fcc2b8d4e.tar.gz infinity-for-reddit-b74fc9354c12df9ca03448a04df21c1fcc2b8d4e.tar.bz2 infinity-for-reddit-b74fc9354c12df9ca03448a04df21c1fcc2b8d4e.tar.lz infinity-for-reddit-b74fc9354c12df9ca03448a04df21c1fcc2b8d4e.tar.xz infinity-for-reddit-b74fc9354c12df9ca03448a04df21c1fcc2b8d4e.tar.zst infinity-for-reddit-b74fc9354c12df9ca03448a04df21c1fcc2b8d4e.zip |
New option in fab: go to top.
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 62ec7430..79a54712 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -400,6 +400,7 @@ <item>@string/random</item> <item>@string/hide_read_posts</item> <item>@string/filter_posts</item> + <item>@string/go_to_top</item> </string-array> <string-array name="settings_bottom_app_bar_fab_options_anonymous"> @@ -411,6 +412,7 @@ <item>@string/go_to_user</item> <item>@string/random</item> <item>@string/filter_posts</item> + <item>@string/go_to_top</item> </string-array> <string-array name="settings_swipe_action_threshold"> |