fluid-slider-android icon indicating copy to clipboard operation
fluid-slider-android copied to clipboard

Corner Radius Customization

Open jvartanian opened this issue 4 years ago • 0 comments

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

jvartanian avatar Jul 09 '20 21:07 jvartanian