Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement?? #20

Open
AndroidDoctorr opened this issue Oct 22, 2015 · 2 comments
Open

How to implement?? #20

AndroidDoctorr opened this issue Oct 22, 2015 · 2 comments

Comments

@AndroidDoctorr
Copy link

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.
*/

@kishanverma26
Copy link

having same issue

@hamz250
Copy link

hamz250 commented Dec 21, 2017

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants