How does tile of universal app work on windows 10?

I'm trying to make tile of universal app on windows 8.1 and 10, i have use template TileSquare310x310ImageAndText01 . On windows 8.1, my tile works like template which i found on internet but on windows 10, it doesn't work like that.I have tried to find information about this on internet but i get nothing. Could you give me some information about this.

I took this image on start screen of windows 8.1

enter image description here

And this is what i took on windows 10

enter image description here

Upvotes: 0

Views: 372

Answers (1)

thang2410199
thang2410199

Reputation: 1942

To remove the "gray" overlay, set attribute "hint-overlay" of the to "0", set "version" to "3".

Try Notification Extension to get the right layout.

Upvotes: 0

Related Questions