I have an ImageView. In its onClick I get its Drawable:
Drawable dr = ((ImageView) v).getDrawable();
And set it to a dialog\'s ImageView:>
Use BitmapFactory to convert the drawable into bitmap separately make or perform changes on it.