-
Notifications
You must be signed in to change notification settings - Fork 7
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
[feature] improve layout on large screens #83
Comments
Personally I don't really like 2.,3. or 4. as searching is the primary method to start apps on most devices. (At least that's how I use µLauncher and how I think other people use it). |
My current small understanding of jetpack compose says it can handle screen sizes pretty cleanly with little repeatable code. https://developer.android.com/develop/ui/compose/layouts/adaptive/support-different-screen-sizes |
That is indeed quite nice 👍🏼 (The xml approach has quite some duplication of code https://developer.android.com/develop/ui/views/layout/responsive-adaptive-design-with-views#adaptive_design ) |
Anyway, the question mostly is about what to do, not how ^^ |
This is how I too primarily use the launcher. Personally the search bar looks appropriately sized when I run the launcher on my Galaxy Tab S4, it's just really long when the tablet is in landscape mode, but I feel like that's what I would expect it to do. Perhaps a toggle for Show Search Bar as the first option in the Functionality section? When disabled, it would hide the search bar from the apps view and disable (and grey out) the options to Launch Search Results and Start Keyboard for Search. |
Perhaps adding some space to the left and right might help? (I'm really not a designer) |
Is that still µLauncher though? To me that feels like adding an option to remove the most important functionality from the drawer. |
Same thoughts. But I could see the counter argument being that less interface is more minimal. 🤷🏻♂️ |
(requested by Sarp Küçük)
Please describe the problem to be solved
The layout of the app drawer looks ridiculous on large screens. Especially the search bar is too big.
Possible solutions
The text was updated successfully, but these errors were encountered: