-
Notifications
You must be signed in to change notification settings - Fork 429
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
can't set Indicator color programmatically #144
Comments
You can custom a indicator and set/change the indicator's view you wanted.like: |
@Aye-Myat-Mon were you able to get it working? |
Thank you, I’ve already found solution like you said 😁. |
@Aye-Myat-Mon @warkiz I also want to change the color of indicator but after reading your comments i can't what to write after indiactor.setContentView |
@Aye-Myat-Mon @warkiz @paul-man can u give me a programming example of changing indicator color? |
@Umar431497 @paul-man
In xml, I added custom background drawable(indicator_blue_bg) in RelativeLayout.
` |
I want to set indicator color programmatically
like
if(seekBar.getProgress() == 25{
seekBar.setIndicatorColor("#fffff");
}
I found no function name to set color.
Please help me.Thanks.
The text was updated successfully, but these errors were encountered: