As the title describes, I want to get a Drawable from an ImageView programatically.
I searched on the internet and I can't find how can I do that.
|
Assuming your ImageView is called myImageView:
Make sure you call this after the layout is done: Use the famous OnGlobalLayoutListener |
|||||||
|
ImageViewis aView, so it can't be transformed into aDrawable. What are you trying to do? Do you need aDrawablefor a specific image? – acj Jan 30 at 18:03