mikepenz/Android-Iconics

Question about Drawable XML (API 24+)

nonproto opened this issue · 3 comments

Is it expected that android studio complains Element com.mikepenz.iconics.IconicsDrawable must be declared?

It works in app just kinda of annoying to have constant "error" files

I think it's mainly because AS does not really understand the existence of a custom defined drawable attribute. I guess this is a super rarely used feature.

@mikepenz
Android Studio also fails to render the preview of the Drawables. Did you open a ticket at Google to make them fix this?

And I just found out, even lint complains that the IconicsDrawable must be declared.