Allow users to select a compact tab bar.

This commit is contained in:
Alex Hart
2023-04-13 14:19:47 -03:00
committed by Cody Henthorne
parent 06f19aa6cd
commit 09cf8074aa
20 changed files with 1354 additions and 21 deletions

View File

@@ -2929,6 +2929,12 @@
<string name="preferences_success">Success</string>
<string name="preferences_failed_to_connect">Failed to connect</string>
<string name="preferences_enter_proxy_address">Enter proxy address</string>
<!-- Preference title for changing navigation (bottom) bar size -->
<string name="preferences_navigation_bar_size">Navigation bar size</string>
<!-- Preference summary for normal navigation bar size -->
<string name="preferences_normal">Normal</string>
<!-- Preference summary for compact navigation bar size -->
<string name="preferences_compact">Compact</string>
<string name="configurable_single_select__customize_option">Customize option</string>
@@ -5910,5 +5916,13 @@
<!-- Placeholder text on input field when editing call name -->
<string name="EditCallLinkNameDialogFragment__call_name">Call name</string>
<!-- ChooseNavigationBarStyleFragment -->
<!-- Dialog title, displayed below the header image -->
<string name="ChooseNavigationBarStyleFragment__navigation_bar_size">Navigation bar size</string>
<!-- Toggle button label for normal size -->
<string name="ChooseNavigationBarStyleFragment__normal">Normal</string>
<!-- Toggle button label for compact size -->
<string name="ChooseNavigationBarStyleFragment__compact">Compact</string>
<!-- EOF -->
</resources>