MrMannWood / launcher

Apache License 2.0
47 stars 9 forks source link

All apps search result has big gaps #27

Open mjray opened 2 years ago

mjray commented 2 years ago

When I search for ... the apps are displayed in a big grid with lots of dead space between them. How do I make them display in the efficient hex tiling like when I search for any other term?

MrMannWood commented 1 year ago

I'm slowly working on this. The answer as to "why" is laziness. I need to implement a custom LayoutManager to handle the layout logic. This isn't hard, but it is tedious, and I haven't gotten around to doing it.

To make it work normally, I've hand-coded the first 8 places where items can be. But since it only supports up to 8, I can't use it for an "all apps" feature.