Resimler

Bir grup ilgili görüntü kaynağının kapsayıcısıdır. Tanımlanan tetikleyici her oluştuğunda yeni bir görüntü 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 change adlı isteğe bağlı bir özelliği vardır. Bu özellik, yeni bir resmin (resim grubundan) kadranda 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çeriyor.