Hey,
I'm trying to modify a vector image in a persistent notification. Can I do this with VectorMaster?
The normal way of changing things in a notification is via a RemoteView
RemoteViews notificationRemoteView = new RemoteViews(context.getPackageName(), R.layout.persistent_notification);
but I'm not sure how to get a VectorMaster object from the RemoteView once I have it.