Ramotion / fluid-slider-android

:octocat:💧 A slider widget with a popup bubble displaying the precise value selected. Android library made by @Ramotion
https://www.ramotion.com/agency/app-development/
MIT License
1.42k stars 147 forks source link

Always show indicator on top #25

Closed bios90 closed 5 years ago

bios90 commented 6 years ago

First of all thanks for beautiful widget. Is it possible to show bubble on top always?

golovin47 commented 5 years ago

Hello, @bios90. Right now this lib doesn't support such behavior. But you can customize it the way you want. You can see there is a method private fun showLabel(distance: Float) inside FluidSlider.kt. It is being invoked on touch events. You can change this logic the way you want.