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.
Hi!
Currently,
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.