Open edgelv34 opened 6 years ago
I am facing the same problem. Any Solutions?
Actually the issue was that android:layout_width and layout_height cannot have wrap_content as arguments. At least that was the issue for me in this case. After I declared specific values it worked.
uhm.. maybe ... I think it is available from version 17.
I have the same problem. But giving a fixed size or match_parent to the VectorMasterView did not solve it. I've tried to give a background to the View, and I can see it. It means that the view is there at runtime, but the vector is not drawn. Is there any workaround?
hello. your VectorMaster is very good. but It is not visible in API 16.
first of all, Successfully registered VectorMasterView on XML. Then, animation was made in Java source using PathModel.
However, when the app was running, no images were visible.
So i registered ImageView to the XML and did setImageDrawable to ImageView as VectorMasterDrawable from java source.
but not visible too.
Let me show you my XML and Java source parts.
[xml]
[java]
why not show image?
You can check VectorMaster Demos when operating the API 16.