Add info sheet for stories.

This commit is contained in:
Alex Hart
2022-07-14 17:00:15 -03:00
committed by Cody Henthorne
parent caab91cdc3
commit 2e8ebe8b74
21 changed files with 660 additions and 131 deletions

View File

@@ -4553,6 +4553,8 @@
<string name="StoriesLandingItem__share">Share…</string>
<!-- Context menu option to go to story chat -->
<string name="StoriesLandingItem__go_to_chat">Go to chat</string>
<!-- Context menu option to go to story info -->
<string name="StoriesLandingItem__info">Info</string>
<!-- Label when a story is pending sending -->
<string name="StoriesLandingItem__sending">Sending…</string>
<!-- Label when multiple stories are pending sending -->
@@ -4994,6 +4996,19 @@
<!-- Only with selected connections option for initial My Story settings configuration shown when sending to My Story for the first time -->
<string name="ChooseInitialMyStoryMembershipFragment__only_share_with">Only share with…</string>
<!-- Story info header sent heading -->
<string name="StoryInfoHeader__sent">Sent</string>
<!-- Story info header received heading -->
<string name="StoryInfoHeader__received">Received</string>
<!-- Story info header file size heading -->
<string name="StoryInfoHeader__file_size">File size</string>
<!-- Story info "Sent to" header -->
<string name="StoryInfoBottomSheetDialogFragment__sent_to">Sent to</string>
<!-- Story info "Sent from" header -->
<string name="StoryInfoBottomSheetDialogFragment__sent_from">Sent from</string>
<!-- Story Info context menu label -->
<string name="StoryInfoBottomSheetDialogFragment__info">Info</string>
<!-- EOF -->
</resources>