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

Build UI for tablets #377

Open
thunderbiscuit opened this issue Jul 30, 2024 · 3 comments
Open

Build UI for tablets #377

thunderbiscuit opened this issue Jul 30, 2024 · 3 comments

Comments

@thunderbiscuit
Copy link
Owner

I have met people who told me they downloaded the app on tablets, which I never really took time to develop a clean UI for. It's worth building.

@ItoroD
Copy link

ItoroD commented Jul 30, 2024

I am interested in working on this

@thunderbiscuit
Copy link
Owner Author

One small thing I came across that might help with building on a really wide device UI is the Modifier.widthIn() method.

Modifier.widthIn(
    min: Dp = Dp.Unspecified,
    max: Dp = Dp.Unspecified
)

@ItoroD
Copy link

ItoroD commented Sep 13, 2024

Cool! this is so that the content will adapt naturally to the screen

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

No branches or pull requests

2 participants