google / horologist

Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available.
https://google.github.io/horologist/
Apache License 2.0
544 stars 87 forks source link

Updates a11y for VolumeScreen #2175

Closed fstanis closed 3 months ago

fstanis commented 3 months ago

WHAT

Makes VolumeScreen announce the current volume every time it changes.

WHY

To comply with a11y requirements around volume and to match phone behavior.

HOW

By setting a LiveRegionMode and disabling default Stepper range semantics.

Checklist :clipboard: