1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1953 Objects. | Enhancement | Creating widgets from object's three-dot menu (#607)

This commit is contained in:
Evgenii Kozlov 2023-11-28 17:08:31 +01:00 committed by GitHub
parent 299cd654a3
commit e9ea4fd74d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 122 additions and 18 deletions

View file

@ -445,7 +445,6 @@
<string name="layout_todo_description">Action-focused layout with a checkbox</string>
<string name="move_to_bin">To Bin</string>
<string name="undoredo">Undo/Redo</string>
<string name="object_action_duplicate">Duplicate</string>
<string name="object_removal_process">Object removal process</string>
<string name="please_wait_your_object_deletion">Please wait a bit. Your objects will be deleted shortly.</string>
<string name="large">Large</string>
@ -1087,6 +1086,13 @@
<!--endregion-->
<!--region OBJECT ACTIONS -->
<string name="object_action_duplicate">Duplicate</string>
<string name="object_action_to_widgets">To widgets</string>
<!--endregion-->
<!--region CONTENT DESCRIPTIONS FOR ACCESSIBILITY -->
<string name="content_description_add_block" translatable="false">Add block button</string>