• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Is it possible to retrieve bitmap or drawable from an inflated ImageView?

Choco

Lurker
Hello,
Guys is it possible to retrieve bitmap or drawable from an inflated image? i mean inflated as in from inflate(). I inflated a layout with an ImageView in it. I just want to retrieve the bitmap or drawable so that i could overlap it with another image (without totally erasing the previous image, I just want to overlap it). And also, is it possible to do that without re-inflating the whole view?

Or guys do you have any other solution to make an image overlap an inflated image? (just overlap not totally erasing the previous image).

Thank you very much in advance guys! :)
 
Back
Top Bottom