Converting FrameLayout as Bitmap

前端 未结 1 800
孤街浪徒
孤街浪徒 2021-01-03 06:15

I have a FrameLayout that consist some Image views & one EditText. I am saving this layout as an image in the memory (external). First time when I set the images in imag

1条回答
  •  离开以前
    2021-01-03 06:51

    to overcome with this problem I destroy the drawingcache after saving the image.

    savedImage.destroyDrawingCache();
    

    0 讨论(0)
提交回复
热议问题