android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.02k stars 329 forks source link

Replacement of spacers in LazyLists and LazyGrids #156

Closed chikoski closed 3 months ago

chikoski commented 3 months ago

This pull request will remove the Spacers in the LazyLists and LazyGrids to set margins between the lists / grids and other components by specifying the contentPadding parameter to the scrollable containers.

This PR also updates the dependencies.

chikoski commented 3 months ago

Thanks for quick response!

Updated the version catalog with the suggested ones.