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.
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.
WHY
HOW
Checklist :clipboard:
[ ] Add explicit visibility modifier and explicit return types for public declarations
WHAT
This commit adds a new test case to verify the correct padding behavior of
TransformingLazyColumn
when used withEdgeButton
andIconButton
. The test renders aTransformingLazyColumn
with anEdgeButton
and anIconButton
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.
WHY
HOW
Checklist :clipboard: