Image Display When Notifications

Hi. I am wanting to know if there is a way to make an image visible only when you have unread notifications. Is this possible?

Not with Watch Face Studio you’d need to code this with Android Studio.

Tags available for WFS are listed HERE

Ron
Samsung Developer Relations

Thank you, I actually found a workaround. I added an animation I wanted to show when there were unread notifications. On the layer above that I added the short text with the provider of unread notification count, and used a bitmap font. I used images of the font I wanted for all numbers except for 0, which was a blank square that matches the colour of the background of my watch face so it covers up the animation layer underneath of it to blend it into the background. So now I have an animated notification icon that will disappear when you don’t have new notifications!

5 Likes

Clever !!!

Ron
Samsung Developer Relations