a914-gowtham / compose-ratingbar

ratingbar composable for jetpack compose :rocket::star2:
MIT License
241 stars 21 forks source link

How to make a transparent background? #9

Closed vitidev closed 3 years ago

vitidev commented 3 years ago

Surface in RatingBar is not transparent and I don't understand how to make it transparent. It looks like need to make an additional backgroundColor parameter.

a914-gowtham commented 3 years ago

@vitidev my bad. I should have removed the surface in the ratingbar. now, It is removed and will be updated by tonight.

Psijic commented 3 years ago

I use ComposeStars for it

vitidev commented 3 years ago

I use ComposeStars for it

What is 'ComposeStars'?

Psijic commented 3 years ago

What is 'ComposeStars'?

A subcomponent of RatingBar.

a914-gowtham commented 3 years ago

@vitidev It has been fixed in #4a1a671 commit. I will check #12 #11 issues and make a release with the fix ASAP. Thanks

a914-gowtham commented 3 years ago

Surface of Ratingbar composable is removed in the latest release, you can use v1.1.1. thanks for making this library usable.