一个用于一组相关图像资源的容器。每次定义的触发器发生时,都会出现新的图像。
在 Wear OS 4 中引入。
语法
<Images change="TAP | ON_VISIBLE | ON_NEXT_SECOND | ON_NEXT_MINUTE | ON_NEXT_HOUR"> <!-- One or more image elements appear here. --> <Image ... /> </Images>
属性
Images
元素有一个可选属性 change
。此属性定义必须发生什么事件才能使新的图像(来自图像集)出现在表盘上
* `TAP` (default): The change occurs when the user taps on the element.
* `ON_VISIBLE`: The change occurs when the element next becomes visible.
* `ON_NEXT_SECOND`: The change occurs when the next second begins.
* `ON_NEXT_MINUTE`: The change occurs when the next minute begins.
* `ON_NEXT_HOUR`: The change occurs when the next hour begins.
内部元素
Images
元素包含一个或多个 Image
实例作为内部元素。