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

Update Jetpack Compose to 2024.09.00 #39

Merged
merged 13 commits into from
Sep 10, 2024
Merged

Conversation

MattiasBuelens
Copy link
Collaborator

Jetpack Compose 1.7.0 was released, which included a complete rework of the Slider component look-and-feel. It follows the latest Material Design guidelines, which gives it a thin vertical thumb rather than a round thumb:
image
This doesn't look very nice when used for our SeekBar, so I reverted ours to look like the old design again.

I also aligned our IconButton with Material3's IconButton, and fixed the type of the colors parameter.

@MattiasBuelens MattiasBuelens added the enhancement New feature or request label Sep 9, 2024
@MattiasBuelens MattiasBuelens merged commit 76f828c into develop Sep 10, 2024
1 check passed
@MattiasBuelens MattiasBuelens deleted the update-compose branch September 10, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant