How to implement??
The instructions you put in the readme aren't working for me.
Specifically, in the CircularSeekBar.java, the line, "package com.devadvance.circularseekbar;" gives me the error "package does not correspond to the file path (my project path)..."
and this " xmlns:app="http://schemas.android.com/apk/res/com.devadvance.circulartest"" in the xml isn't working either.
What am I doing wrong?
Also in CircularSeekBar.java, the word "boolean" is red, says "cannot resolve value" /** * Set whether the pointer locks at zero and max or not. * @param boolean value. True if the pointer should lock at zero and max, false if it should not. */
having same issue
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"