Fernando Gonzalez

Results 8 comments of Fernando Gonzalez

These are my version for the Minimum requirements androidx.appcompat -> 1.6.1 androidx.core -> 1.10.0 androidx.test:core -> 1.5.0 (this one is ok with core or do i need to use the...

Tried removing all themes from all material components and also removing all the themes from material

![image](https://github.com/material-components/material-components-android/assets/23272313/45b68f76-0693-408c-a41a-737241a5e814)

Would you like me to send how all our themes and how all materials components are implemented?

I have found a band aid, still testing to ensure nothing breaks, hope to get a response from a developer Still can't find what is producing the error, check everything...

Devices: Samsung s20ultra and redmi note 10s Getting similar results with long texts ![image](https://github.com/skydoves/Balloon/assets/23272313/4d3f4b8a-b48b-42f1-a4ec-e46b2d6e8d16) ![image](https://github.com/skydoves/Balloon/assets/23272313/2f30b0bb-1a1a-4941-a793-3db971e6df47) maybe somethiing I'm missing? ` val builder = rememberBalloonBuilder { setArrowSize(20) setWidthRatio(0.8f) setHeight(BalloonSizeSpec.WRAP) setArrowOrientation(ArrowOrientation.TOP) setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR)...

hello @yigitozgumus just trying your suggestion, worked like a charm. Fixed Width and Height issues, so thank you su much. I didn't set the elevation so it was taking de...