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
I'm having some troubles in order to achive this I got an xml file as my drawable, if I put the drawable on the xml it works nice, but I need to change the source to another view programmatically.
I've tried different methods like:
setBackground()
setBackgroudResource()
But none of them works.
The text was updated successfully, but these errors were encountered:
Currently there is no method to dynamically change the vector source. I will try to add a method as soon as possible, but I don't think its possible with the current implementation.
Okay, please let me know if you implements this it would be very helpful for me until the I guess I will have to go the dirty way and make all Views I need invisible or in a Fragment.
Thanks anyway.
I'm having some troubles in order to achive this I got an xml file as my drawable, if I put the drawable on the xml it works nice, but I need to change the source to another view programmatically.
I've tried different methods like:
setBackground()
setBackgroudResource()
But none of them works.
The text was updated successfully, but these errors were encountered: