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
575 stars 95 forks source link

Add test for EdgeButton and IconButton padding in TransformingLazyColumn #2455

Closed yschimke closed 2 weeks ago

yschimke commented 2 weeks ago

WHAT

This commit adds a new test case to verify the correct padding behavior of TransformingLazyColumn when used with EdgeButton and IconButton. The test renders a TransformingLazyColumn with an EdgeButton and an IconButton and checks the top/bottom padding applied to the column content. Additionally, the test ensures that scrolling to the end of the column works as expected.

Screenshots are updated to reflect the new test case.

image

image

WHY

HOW

Checklist :clipboard: