StartPointSeekBar
StartPointSeekBar copied to clipboard
StartPointSeekBar is a custom view for the Android platform that makes it possible to have a SeekBar to have custom start point.
Is it possible to programmatically change the progress/thumb color after creating a SeekBar? It would be great if such a function existed.
`MotionEvent.ACTION_UP` won't get called unless `MotionEvent.ACTION_DOWN` return `true` So, I think this should be changed to return true in `MotionEvent.ACTION_DOWN`: ```java // Only handle thumb presses. if (!isThumbPressed) return true;...
Hi, The android studio can´t open the project...
I want to take 50 as centre value between 0 to 100 but it is always take 0 as centre value how to customise this?
getting below error while generating signed apk, any idea on this `Error:Execution failed for task ':StartPointSeekBar:transformClassesAndResourcesWithProguardForRelease'. > Job failed, see logs for details` Thanks