Skip to content

Container components have paddings - it affects scrollable area #123

@kaidotarma

Description

@kaidotarma

Hi!

Currently,

  • ViewRenderer has a bottom padding of 8.dp - but as ViewRenderer is used in a loop, then the bottom gets more and more padding - meaning that there is a lot of unnecessary spare room in the bottom.
  • AssignmentCardRenderer has a padding of 8.dp for all sides

If the the view is scrollable, then these paddings affect the top and the bottom, which is cut by the paddings.

IMHO, these paddings should be either removed, or handled in a different way, so it would not affect the top and bottom of the scrollable area.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions