mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Allow users to select a compact tab bar.
This commit is contained in:
committed by
Cody Henthorne
parent
06f19aa6cd
commit
09cf8074aa
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user