circularseekbar icon indicating copy to clipboard operation
circularseekbar copied to clipboard

How to implement??

Open AndroidDoctorr opened this issue 10 years ago • 2 comments

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

AndroidDoctorr avatar Oct 22 '15 19:10 AndroidDoctorr

having same issue

kishanverma26 avatar Sep 08 '17 08:09 kishanverma26

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"

hamz250 avatar Dec 21 '17 15:12 hamz250