Issue
I try use this lib:
https://github.com/leocadiotine/WebCachedImageView
i have add this as souce lib and compile worked is Ok, but in res xml ihave error:
Solution
Please change
xmlns:app:"http://schemas.android.com/res-auto"
to
xmlns:app:"http://schemas.android.com/apk/res-auto"
Note the /apk/. Hope it helps!
Answered By - leocadiotine
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.