I'm developing the RippleDrawable library.
I wanna to implement feature of setting custom drawables from XML, but there is noway, because android's View constructors get's drawable from TypedArray, and there it call's loadDrawable
method directly
Is there any possibilities to replace loadDrawable
behavior?
some more information may it helps
0 comments:
Post a Comment