Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
Minimum touch target size from ViewConfiguration changes the sizes that tests are seeing. This makes it difficult to know what the real size of a layout is.
Add a new property to SemanticsNode to retrieve the touch target size and let every other size reflect the layout size.