Resimler

Bir grup ilgili görüntü kaynağının kapsayıcısıdır. Tanımlanan tetikleyici her seferinde yeni bir resim görüntülenir.

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 (resimler kümesinden) saat yüzünde görünür:

* `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ç olarak bir veya daha fazla Image örneği içeriyor öğeler.

ziyaret edin.