Compose for Wear OS <Alpha19> landed yesterday. It...
# compose-wear
j
Compose for Wear OS Alpha19 landed yesterday. It includes a new take on the
CurvedRow
CurvedLayout
API including a DSL for describing curved components. Also some APIs moved from experimental to public (such as SwipeToDismissBox) with some minor API updates.
PositionIndicator
has had some updates to allow control over positioning, better handing of unscrollable contents, etc. Finally some UX updates to
ScalingLazyColumn
scaling parameters and
CircularProgressIndicator
size, padding and track colors.
🎉 1
🚀 3
Also please take a look at the sample
Modifier.rsbScroll()
that we have added which enabled hooking in rotating side button to
ScalingLazyColumn
(and in the next release Alpha20
Picker
) - this gives fling and snap support. NOTE we haven't yet added effective support for the Rotating Bezel - we know this is a missing feature folks want to see
👍 2