79587447

Date: 2025-04-22 21:18:32
Score: 2
Natty:
Report link

I have used @loïc-dumas 's answer, but for there to be an empty space after you are at the last element i used

LazyRow(
    contentPadding = PaddingValues(
        end = LocalConfiguration.current.screenWidthDp.dp
    )
) {}

instead of adding empty element. Will work also with TvLazyRow.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @loïc-dumas
  • Low reputation (1):
Posted by: yubedev