Use dynamic/rule-based size calculations for transfer control view.

This commit is contained in:
Cody Henthorne
2025-01-17 13:29:26 -05:00
committed by Greyson Parrelli
parent e945efac8b
commit d7c2e6844b
3 changed files with 37 additions and 27 deletions

View File

@@ -3033,10 +3033,7 @@
<!-- Status update label used while the device is transcoding video as a prerequisite to uploading -->
<string name="TransferControlView__processing">Processing…</string>
<!-- Status update label used while the device is transmitting data over the network. Will take the form of "1.0 MB/2.0 MB" -->
<string name="TransferControlView__download_progress">%1.1f MB/%2.1f MB</string>
<!-- Attachment file size label for not-yet-downloaded images and video. Will take the form of "1.0 MB" -->
<string name="TransferControlView__filesize">%1.1f MB</string>
<string name="TransferControlView__download_progress">%1$s/%2$s</string>
<!-- UnauthorizedReminder -->
<!-- Message shown in a reminder banner when the user\'s device is no longer registered -->