Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
Image and Painter APIs in compose consume a ContentScale parameter to determine how to scale the drawing contents uniformly about the size of the composable they are drawing within.
However, there have been some feature requests to scale content in a non-uniform manner similar to the framework API's ScaleType.FIT_XY API. We should come up with a way to support non-uniform scaling.
Following feature requests: