win universal app - How to customize the the POLL UI and Announcement UI in Windows 8.1 app using C# and xaml? -


i have implemented me in windows universal 8.1 app. when create announcement or poll appears in black screen in app below. enter image description here

but want change ui per requirements. how can change this?

anybody please me sample code.

thanks in advance

we don't have sample find place customize appearance on client side in "resources" folder of sdk in windows app solution.

1) use html/engagementnotification.html & overlay/engagementoverlaynotification.xaml change base notification shows when set campaign server side. can add company logo/branding, images, change size, orientation etc.

2) use html/engagementannouncement.html & overlay/engagementoverlayannouncement.xaml change subsequent announcement gets displayed in form of poll or text or web announcement. again can change , feel etc.

if sending web announcement service can specify html in content of announcement html content send service gets merged html have customized on client , presented such.

hope helps.

thanks!


Comments

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -