fluid-slider-android
fluid-slider-android copied to clipboard
Corner Radius Customization
This PR exposes the ability to customize the slider's corner radius. It defaults to the current value of 2dp
.
For example:
- XML:
app:corner_radius="8dp"
- Kotlin:
slider.barCornerRadius = 8.0f * density