Görseller

Bir dizi ilgili görüntü kaynağının kapsayıcısıdır. Tanımlı tetikleyici her gerçekleştiğinde yeni bir resim gösterilir.

Wear OS 4'te kullanıma sunuldu.

Sözdizimi

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

Özellikler

Images öğesinin isteğe bağlı bir özelliği (change) vardır. Bu özellik, yeni bir resmin (resim grubundan) saat yüzünde görünmesi için ne olması gerektiğini tanımlar:

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

İç öğeler

Images öğesi, iç öğe olarak bir veya daha fazla Image örneği içerir.