You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Device(s) Tested on Pixel Tablet and Pixel 8
I am setting the maxWidthRatio to something smaller than 1.0f and the text composable width inside to balloon does not shrink with the same ratio.
I added this to the ComposeActivity's rememberBalloonBuilder in the provided sample code in the library. setMaxWidthRatio(0.6f)
and updated the text of the first Balloon to this text = "Now you can edit your profile1 profile2 profile3 profile4 really long text so we can test stuff Now you can edit your profile1 profile2 profile3 profile4 really long text so we can test stuff",
I would expect the text to wrap when it reaches the end, but it will continue off screen and eventually wrap when it reaches the end of the phone's width.
The text was updated successfully, but these errors were encountered:
I am setting the maxWidthRatio to something smaller than 1.0f and the text composable width inside to balloon does not shrink with the same ratio.
I added this to the ComposeActivity's rememberBalloonBuilder in the provided sample code in the library.
setMaxWidthRatio(0.6f)
and updated the text of the first Balloon to this
text = "Now you can edit your profile1 profile2 profile3 profile4 really long text so we can test stuff Now you can edit your profile1 profile2 profile3 profile4 really long text so we can test stuff",
I would expect the text to wrap when it reaches the end, but it will continue off screen and eventually wrap when it reaches the end of the phone's width.
The text was updated successfully, but these errors were encountered: