Bouzidi Hamza
Bouzidi Hamza
You can do it this way on the onProgressChanged method: > mCircularSeekBar.setOnSeekBarChangeListener(new CircularSeekBar.CircleSeekBarListener() { @Override public void onProgressChanged(CircularSeekBar circularSeekBar, int progress, boolean fromUser) { mCircularSeekBar.setProgress((progress / 10) * 10); String...
You must specify your own Package name when you add the CircularSeekBar class
After deining your class with your project package name you can use this in your xml main Layout `` `xmlns:app="http://schemas.android.com/apk/res-auto"`
+1 same issue here