Jakob
10/13/2021, 7:32 PMJComponent
inside a compose component that gets scaled. The jetpack components scale but the JComponent
doesn't. How would I go about getting the JComponent
to scale also?
If I can get the local scale factor and a callback for when it changes then I can scale the JComponent
manually. But LocalDensity
doesn't have this and I'm not sure where else to find it.