Fixed
Status Update
Comments
nj...@google.com <nj...@google.com>
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
Jetpack Compose release version: 1.0.0-alpha05
From discussion in this slack thread .
In and have method
Modifier.drawLayer()
there arerotationX
androtationY
parameters, which are making kind of 3D rotation. But these rotations look very distorted, because camera distance is too small, and there's no way to control it. BothRenderNode
View
setCameraDistance()
, which can be used to control camera distance from Compose.So I think there should be either good defaults, so that
rotationX
androtationY
would not look that distorted, or there should be modifier parameter to control camera distance.