Um contêiner para um conjunto de recursos de imagem relacionados. Sempre que ocorre o acionador definido, uma nova imagem é exibida.
Introduzido no Wear OS 4.
Sintaxe
<Images change="TAP | ON_VISIBLE | ON_NEXT_SECOND | ON_NEXT_MINUTE | ON_NEXT_HOUR"> <!-- One or more image elements appear here. --> <Image ... /> </Images>
Atributos
O elemento Images
tem um atributo opcional, change
. Esse atributo
define o que precisa ocorrer para que uma nova imagem (do conjunto de imagens) apareça
no mostrador do relógio:
* `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.
Elementos internos
O elemento Images
contém uma ou mais instâncias de Image
como elementos
internos.
Recomendados para você
- Observação: o texto do link aparece quando o JavaScript está desativado.
- Images
- AnimatedImages
- AnimationController