I’m new to this program, so please forgive me.
I’m trying to add a battery percentage text to my watch face, but can’t seem to figure out how to display it.
I add a ranged value complication with a progress bar and text. But can’t figure out how to get the test to read out the battery percentage.
Thanks in advance for any help.
Click on the Ranged Value in the layer list (do not expand it)
In the properties there is Default Provider expand it and there is Empty and Watch Battery Select the Watch Battery
If you have the Ranged Value as Fixed then it can not be changed by the user. If you have it Editable then the End user can use the customizing features to use any other public Range Setting available once more become available.
If you want to create your own you can use the tag [BATT_PER] for your settings
Ron
Samsung Developer Relations
Thank you, that did the trick.
One other question. Is there a way to display the day of the week, or month, with just the corresponding letters, M, T, W, T, F, S, S, rather than Mon, Tue, Wed, Thur, Fri, Sat, Sun for example?
You can use bitmap images to remap them the issue there is if an exact string or word is not found then it displays nothing.
So create a text box and the tag [DAY_WEEK] which will give you a number that you can bitmap to a letter.
But there is an issue with locations because some countries start the week on Sunday and some on Monday. So to be truly global the best way is
Create a Digital Clock for Day Of Week Short ( mon tue etc)
and then mask it off so only the first letter shows
Ron
Samsung Developer Relations
2 Likes
I ended up using a mask, thanks again for your help.
1 Like