Add split-pane UI for create group screen.

This commit is contained in:
jeffrey-signal
2025-10-22 14:30:24 -04:00
committed by Greyson Parrelli
parent d763baa270
commit d6446d2954
9 changed files with 607 additions and 68 deletions

View File

@@ -5187,11 +5187,20 @@
<!-- CreateGroupActivity -->
<string name="CreateGroupActivity__skip">Skip</string>
<plurals name="CreateGroupActivity__d_members">
<item quantity="one">%1$d member</item>
<item quantity="other">%1$d members</item>
</plurals>
<!-- Create group screen title displayed when there is at least one group member selected. The placeholder is the total number of group members. -->
<plurals name="CreateGroupActivity__s_members">
<item quantity="one">%1$s member</item>
<item quantity="other">%1$s members</item>
</plurals>
<!-- Accessibility label for navigating to the next screen in the create group flow. -->
<string name="CreateGroupActivity__accessibility_next">Next</string>
<!-- ShareActivity -->
<string name="ShareActivity__share">Share</string>
<!-- Label to describe circular spinner button -->