Android Problems Converting ViewGroup with Children into Bitmap

后端 未结 2 1657
臣服心动
臣服心动 2020-12-24 09:36

I\'m successfully converting a ViewGroup (RelativeLayout) into Bitmap using a Canvas. However, when the draw happens I only see the ViewGroup with its background drawable an

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 09:59

    Solution that based on DisplayMetrics for the Layouts could be useful as well. In order not to repeat - look here .

提交回复
热议问题