vector-compat icon indicating copy to clipboard operation
vector-compat copied to clipboard

A support library for VectorDrawable and AnimatedVectorDrawable classes introduced in Lollipop

Results 25 vector-compat issues
Sort by recently updated
recently updated
newest added

First and foremost, thanks for all your hard work on this library! On Android API 14 devices, animating a vector group works beautifully but when attempting to animate vector path...

Hello, Nice insightful library. I shall be very grateful if you could help me in this issue. I have svg file and want to convert it in to Vector Drawable...

Would it be possible to have round buttons instead of square ones?

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.wnafee.vector.compat.demo, PID: 2360 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.wnafee.vector.compat.demo/com.wnafee.vector.compat.demo.MainActivity}: android.view.InflateException: Binary XML file line #0: Error inflating class com.wnafee.vector.MorphButton at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245) at android.app.ActivityThread.access$800(ActivityThread.java:135)...

Doesn't work with BuildTools 26.0.2 but with 26.0.0 work properly

Failed when try animate property trimPathEnd or try animate clip-path with pathData property. ` java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/iid/InstanceID; at com.b.h.run(AppsFlyerLib.java:232) at java.lang.Thread.run(Thread.java:818) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.iid.InstanceID"...

I tried: ``` mButton.setStartDrawable(VectorDrawable.getDrawable(this, R.drawable.ic_play)); mButton.setEndDrawable(VectorDrawable.getDrawable(this, R.drawable.ic_pause)); ``` Error is: ``` java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.Rect android.graphics.drawable.Drawable.getBounds()' on a null object reference ``` I tried: ``` mButton.setStartDrawable(AnimatedVectorDrawable.getDrawable(this, R.drawable.ic_play_animatable));...

"#000000" in attribute "valueTo" cannot be converted to float. for what is wrong here, anyone?

Hello! Congratulations at first. I want this amazing animation on the button of my radio player, but im already using a FAB lib (https://github.com/Clans/FloatingActionButton) and I was not able to...

D:\workspace\CoCoin\app\build\intermediates\exploded-aar\com.wnafee\vector-compat\1.0.5\res\drawable\ic_arrow_vector.xml :app:mergeDebugResources FAILED Error:Execution failed for task ':app:mergeDebugResources'. > D:\workspace\CoCoin\app\build\intermediates\exploded-aar\com.wnafee\vector-compat\1.0.5\res\drawable\ic_arrow_vector.xml: Error: error in parsing "g/" What can I do to make my project correct? Thanks.