관련 이미지 리소스 집합의 컨테이너입니다. 정의된 트리거가 발생할 때마다 새 이미지가 표시됩니다.
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
인스턴스가 하나 이상 포함됩니다.
현재 추천 자료가 없습니다.
Google 계정에 로그인해 보세요.