Add call link details screen scaffolding.

This commit is contained in:
Alex Hart
2023-04-21 10:48:42 -03:00
parent 5f7414e84c
commit bff8fc8230
14 changed files with 371 additions and 46 deletions

View File

@@ -5960,5 +5960,17 @@
<!-- Title shown at top of bottom sheet dialog for displaying a message\'s edit history -->
<string name="EditMessageHistoryDialog_title">Edit history</string>
<!-- CallLinkDetailsFragment -->
<!-- Displayed in action bar at the top of the fragment -->
<string name="CallLinkDetailsFragment__call_details">Call details</string>
<!-- Displayed in a text row, allowing the user to click and add a call name -->
<string name="CallLinkDetailsFragment__add_call_name">Add call name</string>
<!-- Displayed in a toggle row, allowing the user to click to enable or disable member approval -->
<string name="CallLinkDetailsFragment__approve_all_members">Approve all members</string>
<!-- Displayed in a text row, allowing the user to share the call link -->
<string name="CallLinkDetailsFragment__share_link">Share link</string>
<!-- Displayed in a text row, allowing the user to delete the call link -->
<string name="CallLinkDetailsFragment__delete_call_link">Delete call link</string>
<!-- EOF -->
</resources>