Dynamically determine height of bottom bar.

This prevents the last message from being obscured when a label in the
bar spans more than one line.
This commit is contained in:
Rashad Sookram
2022-01-13 11:08:47 -05:00
committed by Cody Henthorne
parent c55b0357f1
commit cd4320c0ef
2 changed files with 38 additions and 9 deletions

View File

@@ -2805,6 +2805,20 @@
<!-- conversation_expiring_off -->
<string name="conversation_expiring_off__disappearing_messages">Disappearing messages</string>
<!-- conversation_selection -->
<!-- Button to view detailed information for a message -->
<string name="conversation_selection__menu_message_details">Info</string>
<!-- Button to copy a message\'s text to the clipboard -->
<string name="conversation_selection__menu_copy">Copy</string>
<!-- Button to delete a message -->
<string name="conversation_selection__menu_delete">Delete</string>
<!-- Button to forward a message to another person or group chat -->
<string name="conversation_selection__menu_forward">Forward</string>
<!-- Button to reply to a message -->
<string name="conversation_selection__menu_reply">Reply</string>
<!-- Button to save a message attachment (image, file etc.) -->
<string name="conversation_selection__menu_save">Save</string>
<!-- conversation_expiring_on -->
<!-- conversation_insecure -->