mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
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:
committed by
Alex Hart
parent
90a356b29d
commit
885588db86
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user