mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Sticker management v2 - Implement context menus.
Adds the context menus that appear when long pressing available or installed sticker pack list items.
This commit is contained in:
committed by
Cody Henthorne
parent
fe853f7b65
commit
fd47d28026
@@ -2815,6 +2815,18 @@
|
||||
<string name="StickerManagement_stickers_you_received_header">Stickers you received</string>
|
||||
<!-- Sticker pack list section header for highlighted/"blessed" packs. -->
|
||||
<string name="StickerManagement_signal_artist_series_header">Signal artist series</string>
|
||||
<!-- Title shown when sharing a sticker pack with another user. -->
|
||||
<string name="StickerManagement_share_sheet_title">Forward to</string>
|
||||
|
||||
<!-- 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>
|
||||
<!-- Sticker pack list dropdown menu label for the button to mark a sticker pack as selected in order to perform additional actions. -->
|
||||
<string name="StickerManagement_menu_select_pack">Select</string>
|
||||
<!-- Sticker pack list dropdown menu label for the button to install a sticker pack. -->
|
||||
<string name="StickerManagement_menu_install_pack">Install</string>
|
||||
<!-- Sticker pack list dropdown menu label for the button to uninstall a sticker pack. -->
|
||||
<string name="StickerManagement_menu_remove_pack">Remove</string>
|
||||
|
||||
<!-- Accessibility label for the button to download a sticker pack. The placeholder is the sticker pack name. -->
|
||||
<string name="StickerManagement_accessibility_download_pack">Download %s sticker pack</string>
|
||||
<!-- Accessibility label for the icon that is displayed after a sticker pack has been downloaded. The placeholder is the sticker pack name. -->
|
||||
@@ -2823,6 +2835,8 @@
|
||||
<string name="StickerManagement_accessibility_drag_handle">Drag and drop handle</string>
|
||||
<!-- Accessibility label for the button to download a sticker pack. -->
|
||||
<string name="StickerManagement_accessibility_download">Download</string>
|
||||
<!-- Accessibility label for opening the context menu for a sticker pack row item. -->
|
||||
<string name="StickerManagement_accessibility_open_context_menu">Open context menu</string>
|
||||
|
||||
<!-- StickerManagementAdapter -->
|
||||
<string name="StickerManagementAdapter_no_stickers_installed">No stickers installed</string>
|
||||
|
||||
Reference in New Issue
Block a user