Relative Content

Tag Archive for androidandroid-jetpack-compose

Jetpack Compose LinkAnnotation – Semantics support

We can now use the LinkAnnotation to add links into the AnnotatedString. Is there any way to set the semantics for these links? Test frameworks and screen readers don’t seem to be able to properly read or click these links.

Jetpack compose Row height: Why is too high?

I have a Row that contains three Boxes. Each Box has a Text. I want each Box to have the same height equal to the tallest Text. In my code each Box has the same height, but the Row is too high with space above and below the Text:

Jetpack compose Row height: Why is too high?

I have a Row that contains three Boxes. Each Box has a Text. I want each Box to have the same height equal to the tallest Text. In my code each Box has the same height, but the Row is too high with space above and below the Text: