BenjO
08/25/2021, 10:13 AMRoundedCornerShape(0.dp, 28.dp, 28.dp, 0.dp)
.
the problem is that I need to keep them same CornerSize even when the composable width is really small (see the second picture). RoundedCornerShape adapts the corner size (see the third picture in greyscale)
does anyone have a hint on how to achieve such rendering ? Many thanks !Tin Tran
08/25/2021, 10:15 AMRoundedCornerShape(topEndPercentage = 100, bottomEndPercentage = 100)
divid3d
08/25/2021, 11:20 AMLuis
08/25/2021, 11:45 AMBenjO
08/25/2021, 12:20 PMBenjO
08/25/2021, 12:24 PMTin Tran
08/25/2021, 12:30 PM