finnmglas / Launcher

:rocket: A distraction-free minimal homescreen for Android.
https://play.google.com/store/apps/details?id=com.finnmglas.launcher
MIT License
150 stars 40 forks source link

Settings: Compact ActionsRecycler #62

Closed finnmglas closed 4 years ago

finnmglas commented 4 years ago

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.

finnmglas commented 4 years ago

Another Idea to make things less complicated / filled:

finnmglas commented 4 years ago

Answers to this SO question could be helpful here.

finnmglas commented 4 years ago

I decided not to implement this and thus am closing it.