-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
border is disappear when setting border programmatically #399
Comments
Hi @theeeeeee, what you are trying to do should work. Can you post the code you are using so I can have a look? For another approach to implement a selector have a look at #153 (comment) - maybe you can adapt that to your needs. |
Thanks for answer! I'll refer to the link you attached Here's my code
CircleImageView's border is already set in xml CircleImageView had border when Activity created, but it clicked and codes are worked and then border is disappear |
You are correct about |
Wow... it works perfectly...... |
Hi! First, thanks for this useful library.
I have a small problem of using it, however.
I used these
setBorderWidth()
andsetBorderColor()
method in code for changing border setting in runtime.But, in actual running time, border was just disappear when called those method.
Why it happens??
Or, is there any good way to change border when CircleImageView clicked to use selector or something?
Waiting for answer
The text was updated successfully, but these errors were encountered: