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

Unable to add deppendency, giving error in syc. #3

Open
ahmadnabeelbhatti opened this issue Jul 7, 2017 · 1 comment
Open

Unable to add deppendency, giving error in syc. #3

ahmadnabeelbhatti opened this issue Jul 7, 2017 · 1 comment

Comments

@ahmadnabeelbhatti
Copy link

Error:Could not find comboboxseekbar.jar (nl.techwolf12.android:comboboxseekbar:1.0.1).
Searched in the following locations:
https://jcenter.bintray.com/nl/techwolf12/android/comboboxseekbar/1.0.1/comboboxseekbar-1.0.1.jar

@ahmadnabeelbhatti
Copy link
Author

Best way to do seek bar:
https://stackoverflow.com/questions/33846767/android-seekbar-with-separators

To add only dots, set text null
ComboSeekBar comboSeekBar = (ComboSeekBar) findViewById(R.id.comboseekbar);
List points = new ArrayList<>();
points.add(""); //point 1
points.add("");//point2
points.add("");
points.add("");
comboSeekBar.setAdapter(points);

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

1 participant