Maksim Paimushkin
Maksim Paimushkin
Library requires add func **setMinMax** for set Min and Max values at the same time.
Fix for both situations ```Java if (new_min > ms.getMax()) { ms.setMax(new_max, true, true); ms.setMin(new_min, true, true); } else { ms.setMin(new_min, true, true); ms.setMax(new_max, true, true); } ```
Hi @doniwinata0309 I contributed this project several years and this project is officially dead and I can't contact with owner anymore to distribute and to delivery new updates and releases....
@himanshumistri , can you debug this function in library? ```java @Override protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { // ... } ```
add options: - always visible - overlap mode - this option must be used when always visible enabled. Modes: - **default**: adjust neighbours by width, fix x-offset and hide all...
1. yes 2. user can deside what do with binded views on drag complete
I push my initial work into branch **thumb-binder-dev** I re-thinking design of thumb-binder: 1. **start/stop animation** - must be called in callback when start/stop touch moving 2. **value func** is...
@sandransoria, in examples find **MultiSliderFragmentViewBinder**
Hi @daniel0x7CC Look at in example of MultiSliderFragmentMany.java
@daniel0x7CC You can see issues #47, #61, #64, #72