A
Android Central Question
I want show in my watch face a battery charging status indicator. I wrote the code below, it shows running ok with Watchmaker but when installed on the watch, it do not shows the battery charging.
Code:
Selecting the battery image:
1)COLOR:
"{bc}"=="Charging" and ({bl} < 100) and 'ff0000' or '0cff00'
2)OPACITY:
"{bc}" == "Discharging" and 0 or 100
Code:
Selecting the battery image:
1)COLOR:
"{bc}"=="Charging" and ({bl} < 100) and 'ff0000' or '0cff00'
2)OPACITY:
"{bc}" == "Discharging" and 0 or 100