Add new sticker pack preview screen.

Adds a new jetpack compose and kotlin implementation of the sticker pack preview screen, which will soon replace `StickerPackPreviewActivity.java` and `StickerPackPreviewViewModel.java`.
This commit is contained in:
Jeffrey Starke
2025-05-22 11:09:53 -04:00
committed by Cody Henthorne
parent dce883bcf5
commit de12691cfe
7 changed files with 591 additions and 2 deletions

View File

@@ -2843,6 +2843,11 @@
<item quantity="one">%1$s sticker pack removed.</item>
<item quantity="other">%1$s sticker packs removed.</item>
</plurals>
<!-- Describes the number of stickers that are available in a specific sticker pack. The placeholder is the sticker count. -->
<plurals name="StickerManagement_sticker_pack_preview_sticker_count">
<item quantity="one">%1$s sticker</item>
<item quantity="other">%1$s stickers</item>
</plurals>
<!-- Sticker pack list dropdown menu label for the button to forward a sticker pack to another user. -->
<string name="StickerManagement_menu_forward_pack">Forward</string>