Fixed
Status Update
Comments
st...@google.com <st...@google.com>
ha...@google.com <ha...@google.com> #2
Good catch!
Possibly relevant
ha...@google.com <ha...@google.com>
ap...@google.com <ap...@google.com> #3
Curious, is it intended that TimeText could have an interact-able composable? Like a Network symbol in leadingCurvedContent that shows network information when clicked?
na...@google.com <na...@google.com> #4
CurvedText (used inside TimeText) had a semantic annotation so talkback could read the text to the user.
In the last patch (going out as alpha19) we removed that, since CurvedText is not a compose-ui node anymore, but we will look into adding it back again (with better bounds).
In the last patch (going out as alpha19) we removed that, since CurvedText is not a compose-ui node anymore, but we will look into adding it back again (with better bounds).
Description
please use Modifier.drawWithCache() in
Wear ProgressIndicator
Wear PositionIndicator
Wear ToggleControl
In order to not allocate a Stroke on every draw