Yalantis / Context-Menu.Android

You can easily add awesome animated context menu to your app.

Home Page:https://yalantis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vector Drawable as Menu icon

pooyanmajd opened this issue · comments

It doesn't show vector drawable as menu icon on API 19 with below err:

   Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #1: invalid drawable tag vector
                                                                        at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:933)
                                                                        at android.graphics.drawable.Drawable.createFromXml(Drawable.java:877) 

Hi, @pooyanmajd! Currently this lib doesn't support vector-drawables. Can you use just ordinary drawable?

Hi @warko-san, I fixed the issue by adding this support for vector-drawable
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);