TheDukerChip
05/20/2021, 1:55 PMapp:layout_constraintDimensionRatio
in compose
Searched all through the google and SO got no lucksindrenm
05/20/2021, 1:56 PMaspectRatio
modifier. Does that help?TheDukerChip
05/20/2021, 1:58 PMsindrenm
05/20/2021, 1:58 PMModifier
.fillMaxWidth()
.aspectRatio(16f / 9)
TheDukerChip
05/20/2021, 2:26 PMsindrenm
05/20/2021, 2:33 PM