Fixed
Status Update
Comments
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com>
an...@google.com <an...@google.com> #2
Hi,
I also see my text cut off when I set maxLines = 2
. Is it the same issue?
Box(
modifier =
Modifier.size(
width = 108dp,
height = 34dp,
),
contentAlignment = Alignment.Center,
) {
BasicText(
text = "text text text",
maxLines = 2,
autoSize = AutoSize.StepBased(minFontSize = 1.sp, maxFontSize = 13.sp, stepSize = 0.2.sp),
)
}
th...@gmail.com <th...@gmail.com> #3
Comment has been deleted.
Description
we should update AGP.