mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
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:
committed by
Cody Henthorne
parent
c55b0357f1
commit
cd4320c0ef
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user