Skip to content

Fix: Adjust full player layout for tall screens#183

Merged
theovilardo merged 1 commit intomasterfrom
fix/full-player-layout
Oct 1, 2025
Merged

Fix: Adjust full player layout for tall screens#183
theovilardo merged 1 commit intomasterfrom
fix/full-player-layout

Conversation

@theovilardo
Copy link
Copy Markdown
Owner

The previous layout used a weighted spacer, which caused large vertical gaps between UI elements on tall aspect-ratio devices.

This commit refactors the layout of the FullPlayerContentInternal composable to use Arrangement.SpaceAround on the main Column. This distributes the available vertical space more evenly among the album art, song info, progress bar, and playback controls.

The playback controls and bottom toggle row have been wrapped in a new Column to ensure they remain grouped together at the bottom of the screen.

The previous layout used a weighted spacer, which caused large vertical gaps between UI elements on tall aspect-ratio devices.

This commit refactors the layout of the `FullPlayerContentInternal` composable to use `Arrangement.SpaceAround` on the main `Column`. This distributes the available vertical space more evenly among the album art, song info, progress bar, and playback controls.

The playback controls and bottom toggle row have been wrapped in a new `Column` to ensure they remain grouped together at the bottom of the screen.
@theovilardo theovilardo merged commit 5356a11 into master Oct 1, 2025
@theovilardo theovilardo deleted the fix/full-player-layout branch October 1, 2025 16:11
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.

1 participant