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 media display margins #2165

Closed fstanis closed 3 months ago

fstanis commented 3 months ago

WHAT

Adjusts text media display marquee parameters and padding. Also changes PlayerScreen to use Box as parent for all slots.

WHY

The new display parameters match the new spec; PlayerScreen changes are to simplify the API, as it now uses a ConstraintLayout as of #1938, making RowScope and ColumnScope slots redundant.

Checklist :clipboard: