fluid-slider-android
fluid-slider-android copied to clipboard
:octocat:💧 A slider widget with a popup bubble displaying the precise value selected. Android library made by @Ramotion
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 *...
No way to remove large vertical margin from XML. Understood that more space is needed to have room for bubble pop-up, but there is about 20dp of extra above that...
thanks for work, how can ı do this vetical?
java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetAxisValue(Native Method) at android.view.MotionEvent.getX(MotionEvent.java:2378) at androidx.viewpager.widget.ViewPager.onInterceptTouchEvent(ViewPager.java:2072) at android.view.ViewGroup.checkInterception(ViewGroup.java:2728) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2773) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2919) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2919) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2919) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226)...
This PR exposes the ability to customize the slider's font using a [font resource](https://developer.android.com/guide/topics/resources/font-resource). For example: - XML: `app:slider_font="@font/karla"` - Kotlin: `slider.fontId = R.font.karla` The first attempt at this feature...
how to show the progress bar indicator