Merge pull request #9719 from Marius1501/tabs_on_bottom

Added bottom main-tabs feature
This commit is contained in:
Tobi 2023-07-18 22:03:47 +02:00 committed by GitHub
commit 395e1ce83e
4 changed files with 79 additions and 13 deletions

View file

@ -270,6 +270,9 @@
<string name="caption_settings_key">caption_settings_key</string>
<string name="caption_user_set_key">caption_user_set_key</string>
<!-- Main-Tabs Position -->
<string name="main_tabs_position_key">main_tabs_position</string>
<!-- Content & History -->
<string name="show_search_suggestions_key">show_search_suggestions</string>
<string name="show_local_search_suggestions_key">show_local_search_suggestions</string>

View file

@ -222,6 +222,8 @@
<string name="delete_search_history_alert">Delete entire search history?</string>
<string name="search_history_deleted">Search history deleted</string>
<string name="fast_mode">Fast mode</string>
<string name="main_tabs_position_summary">Move main tab selector to the bottom</string>
<string name="main_tabs_position_title">Main tabs position</string>
<!-- error strings -->
<string name="general_error">Error</string>
<string name="download_to_sdcard_error_title">External storage unavailable</string>