场景


场景是视觉标签的容器。每个表盘必须正好包含一个 Scene 元素。

语法

<Scene backgroundColor="argb-color">
    <!-- Only the most common inner element is shown here. -->
    <Group ... />
    ...
</Scene>

属性

一个 Scene 元素可以包含一个 backgroundColor 属性,设置为 ARGB 颜色值,表示表盘场景的背景颜色。

如果此属性未定义或设置为无效值,则系统使用默认值 ##ff000000(不透明黑色)。

内部元素

Scene 元素必须包含至少以下内部元素之一