Skip to content

Commit

Permalink
update: sample view
Browse files Browse the repository at this point in the history
  • Loading branch information
gowtham.balamurugan committed May 27, 2023
1 parent 93b13bf commit 15142e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fun MainScreen() {
RatingBar(
value = rating,
config = RatingBarConfig()
.padding(8.dp)
.padding(6.dp)
.size(28.dp)
.stepSize(StepSize.HALF)
.style(RatingBarStyle.HighLighted),
Expand Down

0 comments on commit 15142e6

Please sign in to comment.