Images

Es un contenedor para un conjunto de recursos de imagen relacionados. Cada vez que se ejecuta el activador definido, aparece una imagen nueva.

Se introdujo en Wear OS 4.

Sintaxis

<Images change="TAP | ON_VISIBLE | ON_NEXT_SECOND |
        ON_NEXT_MINUTE | ON_NEXT_HOUR">
    <!-- One or more image elements appear here. -->
    <Image ... />
</Images>

Atributos

El elemento Images tiene un atributo opcional: change. Este atributo define lo que debe ocurrir para que una imagen nueva (del conjunto de imágenes) aparezca en la cara de reloj:

* `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

El elemento Images contiene una o más instancias de Image como elementos internos.