You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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
The text was updated successfully, but these errors were encountered: