Converting FrameLayout as Bitmap

前端 未结 1 812
孤街浪徒
孤街浪徒 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)
提交回复
热议问题