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

different interval #155

Open
gagan50 opened this issue Feb 8, 2019 · 1 comment
Open

different interval #155

gagan50 opened this issue Feb 8, 2019 · 1 comment

Comments

@gagan50
Copy link

gagan50 commented Feb 8, 2019

how i can set different interval like 10,13,30,40,45 dynamically

@sidkasundra
Copy link

sidkasundra commented Jul 30, 2019

bar.setTickCount(videoTagsList.size());
String[] videoTagsList= {"A", "B", "C", "D", "E", "F", "G"};
String temp [] = new String[videoTagsList.size()];
for(int i=0;i<videoTagsList.size();i++){
temp[i] = videoTagsList.get(i).;
}
bar.customTickTexts(temp);

instead of static assign value you can give it dynamically according to your function.
bar is object of IndicatorSeekBar.
@gagan50

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

2 participants