A scene is a container of visual tags. Each watch face must contain exactly one
Scene
element.
Syntax
<Scene backgroundColor="argb-color"> <!-- Only the most common inner element is shown here. --> <Group ... /> ... </Scene>
Attributes
A Scene
element can contain a backgroundColor
attribute, set to an ARGB
color value, that represents the watch face scene's background color.
If this attribute is undefined or set to an invalid value, the system uses the
default value of #ff000000
(opaque black).
Inner elements
The Scene
element must contain at least one of the following inner elements:
Group
Condition
ListConfiguration
BooleanConfiguration
Variant
ComplicationSlot
AnalogClock
DigitalClock
Recommended for you
- Note: link text is displayed when JavaScript is off
- Group
- ListConfiguration
- BooleanConfiguration