A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Editing VectorDrawable Groups From Code
Nathan Sokalski
4,111
Reputation points
I have a Drawable Resource containing a VectorDrawable that contains several Group(s). I need to edit one of these Group(s) from code. I am able to create the new Path(s) I need, but I am not sure how to remove the Path(s) already in the Group or how to add the new ones. How can I edit the Group(s) in my VectorDrawable from code?
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
Sign in to answer