Fragments that contain lists of dynamically generated elements need to be changed to use recycler views. They also currently do not have scrolling either.
These are:
[ ] Task list in TaskExplorer
TaskCreator could also use a scrollable list in case we add more stuff there or the user's vertical viewport is too small.
Changing the task explorer to use recycler view will be difficult due to the cards using fragments... The nesting behaviour might cause issues as well. Not sure if this is worth the hassle anymore.
Fragments that contain lists of dynamically generated elements need to be changed to use recycler views. They also currently do not have scrolling either.
These are:
TaskCreator could also use a scrollable list in case we add more stuff there or the user's vertical viewport is too small.