mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
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:
committed by
Cody Henthorne
parent
dce883bcf5
commit
de12691cfe
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user