mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-09 09:34:59 +09:00
DROID-1998 Deep Linking | Feature | Basic framework for deep-linking + Alert when following a deep link to import an experience (#624)
This commit is contained in:
parent
390a4129ff
commit
4ea2b53fbb
13 changed files with 190 additions and 39 deletions
|
@ -1145,4 +1145,19 @@
|
|||
<string name="content_desc_layout_icon">Layout icon</string>
|
||||
|
||||
<!--endregion-->
|
||||
|
||||
<!--region BUTTONS -->
|
||||
|
||||
<string name="button_okay">Okay</string>
|
||||
<string name="button_close">Close</string>
|
||||
|
||||
<!--endregion-->
|
||||
|
||||
<!--region ALERTS -->
|
||||
|
||||
<string name="alert_gallery_unsupported_title">Gallery will be supported soon</string>
|
||||
<string name="alert_gallery_unsupported_description">Please use the desktop app for now.</string>
|
||||
|
||||
<!--endregion-->
|
||||
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue