Create new sticker management screen with tabbed interface.

Adds a skeleton implementation of `StickerManagementActivityV2`. This new activity is not currently connected to anything, but once complete it will replace `StickerManagementActivity`.
This commit is contained in:
Jeffrey Starke
2025-04-10 17:36:09 -04:00
committed by Alex Hart
parent 90a356b29d
commit 885588db86
4 changed files with 266 additions and 0 deletions

View File

@@ -2781,6 +2781,15 @@
<!-- StickerManagementActivity -->
<string name="StickerManagementActivity_stickers">Stickers</string>
<!-- Label for the sticker management screen tab which shows the stickers that are available to install. -->
<string name="StickerManagement_available_tab_label">Available</string>
<!-- Label for the sticker management screen tab which shows the stickers that are currently installed. -->
<string name="StickerManagement_installed_tab_label">Installed</string>
<!-- Shown when there are no sticker packs available for installation -->
<string name="StickerManagement_available_tab_empty_text">No sticker packs are available</string>
<!-- Shown when there are no sticker packs currently installed -->
<string name="StickerManagement_installed_tab_empty_text">No sticker packs are installed</string>
<!-- StickerManagementAdapter -->
<string name="StickerManagementAdapter_installed_stickers">Installed Stickers</string>
<string name="StickerManagementAdapter_stickers_you_received">Stickers You Received</string>