תמונות

מאגר לקבוצת משאבי תמונות קשורים. בכל פעם שהטריגר המוגדר מופיעה תמונה חדשה.

התכונה הושקה ב-Wear OS 4.

תחביר

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

מאפיינים

לרכיב Images יש מאפיין אופציונלי אחד, change. המאפיין הזה שמגדיר מה צריך לקרות כדי שתמונה חדשה (מתוך קבוצת התמונות) מופיעים בתצוגת השעון:

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

אלמנטים פנימיים

הרכיב Images מכיל מופע אחד או יותר של Image בתור רכיב פנימי רכיבים.