Fixes. Preparing for submission
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<toast launch="action=openThread&threadId=92187">
|
||||
<visual>
|
||||
<binding template="ToastGeneric">
|
||||
<image placement="appLogoOverride" hint-crop="circle" src="Assets/Icons/Profile.png"/>
|
||||
<text>[ChannelName] posted a new comment</text>
|
||||
<text>[VideoName]</text>
|
||||
</binding>
|
||||
</visual>
|
||||
|
||||
<actions>
|
||||
<input id="textBox" type="text" placeHolderContent="Send a reply"/>
|
||||
|
||||
<action content="Send" imageUri="Assets/Icons/Send.png"
|
||||
hint-inputId="textBox" activationType="background"
|
||||
arguments="action=reply&threadId=92187"/>
|
||||
|
||||
<action content="Like"
|
||||
arguments="action=commentPhoto&photoId=92187"/>
|
||||
<action content="Go to comment"
|
||||
arguments="action=commentPhoto&photoId=92187"/>
|
||||
</actions>
|
||||
</toast>
|
||||
Reference in New Issue
Block a user