Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add option for denser layout of FileList #1264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mipro98
Copy link

@mipro98 mipro98 commented Jul 2, 2024

This PR is a simple attempt to address #745 and introduce an option for a bit more dense layout. It is a very simple solution for now with just a quick toggle in the settings for a "more dense layout" which shrinks the height of the list elements to 48 dp.

In grid view, I increased the column count to 3 (instead of 2). More than 3 is not optimal since due to the badges and the overflow button, the width of the TextView gets very small and one might think about changing the item appearance in grid view entirely.

I know that as stated in the PR template, maybe this PR won't get accepted but since this is a quite simple implementation feel free to make the changes yourself since I think this is a long requested feature and many people would benefit from this basic implementation already.

Screenshots:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants