google-pay / compose-pay-button

An Android library that provides a Jetpack Compose wrapper on top of the Google Pay Button API.
Apache License 2.0
29 stars 2 forks source link

converting button radius from dp to px #6

Closed dmengelt closed 11 months ago

dmengelt commented 11 months ago

The setCornerRadius method takes a value in px to set the corner radius. This change makes sure to convert the dp value to px.