Closed finnmglas closed 4 years ago
The ActionsRecycler currently is a scrollable list. Appending it destroys the looks of it and is not very efficient.
ActionsRecycler
Making it more compact, maybe using a two-column kind of layout, would make it more efficient and better to use.
Additionally, Icons (FontAwesome) could be used instead of the text.
FontAwesome
Another Idea to make things less complicated / filled:
Answers to this SO question could be helpful here.
I decided not to implement this and thus am closing it.
The
ActionsRecycler
currently is a scrollable list. Appending it destroys the looks of it and is not very efficient.Making it more compact, maybe using a two-column kind of layout, would make it more efficient and better to use.
Additionally, Icons (
FontAwesome
) could be used instead of the text.