peterfajdiga / FastDraw

A simple Android launcher with categories
42 stars 6 forks source link

Multiple Rows For Categories #7

Closed mtekman closed 11 months ago

mtekman commented 11 months ago

Currently "categories" take up a single row which is full of many narrow icons under the default mode, or a scrollable list in the experimental mode.

Could we specify how many rows we want our categories spread over?

peterfajdiga commented 11 months ago

Hi, thanks for the suggestion. Fast Draw uses TabLayout for the category tabs and unfortunately TabLayout doesn't support multiple rows of tabs.

mtekman commented 11 months ago

Oh I see, thanks for telling me about the internals I had no idea about the implementation.

I looked just now for any custom workarounds that could wrap the TabLayout, but I didn't find anything. Your scrollable fix is a pretty good one then in this regard.

If this is a WONTFIX, feel free to close this PR

peterfajdiga commented 11 months ago

I'm closing this issue, thanks again for the report!