Issue
It is possible to get the View that hold a specific drawable ?
Solution
It is not possible directly. What you can do is tag the View, using view.setTag(...);, with the Drawable's name, or is res int, (R.drawable.the_drawable) value, and then use findViewWithTag to retrieve it.
Answered By - Blackbelt
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.