Bug P3 Add Hotlist Status UpdateNo update yet.Descriptionch...@gmail.com created issue #1Apr 1, 2024 01:01PMComponent used: Watch Face Format Version used: 1 Devices/Android versions reproduced on: Samsung Watch5 Pro (SM-R925F) One UI 5.0 Watch, R925FXXU1BXB7 SM-R925FZKAATO Wear OS 4 Intel x86_64 Atom System Image 33.4 If adding a XML-drawable as resource (either as hand or as image element), e.g. <WatchFace height="450" width="450"> ... <Scene> <AnalogClock height="450" width="450" x="0" y="0"> <SecondHand height="100" pivotX="0.5" pivotY="1.0" resource="@drawable/second_hand" width="50" x="224" y="10"> </SecondHand> ... if @drawable/second_hand is an XML Vector drawable, the hand is not rendered. On the emulator this message is logged: 2024-04-01 14:58:36.701 3806-3806 OpenGLRenderer com.google.wear.watchface.runtime D --- Failed to create image decoder with message 'unimplemented' Please document the allowed image formats (png, jpg?) and add xml vector support Issue summaryCommentsAll comments Oldest first ga...@google.com <ga...@google.com> #2Jun 20, 2024 08:57AMCan you attach / share a project that reproduces the issue? Add comment Comment
Description
Component used: Watch Face Format Version used: 1 Devices/Android versions reproduced on:
If adding a XML-drawable as resource (either as hand or as image element), e.g.
if @drawable/second_hand is an XML Vector drawable, the hand is not rendered. On the emulator this message is logged:
Please document the allowed image formats (png, jpg?) and add xml vector support