StephenLee
StephenLee
希望可以加入添加文本的功能,或者目前添加文本应该如何实现?
 再次点击屏幕时,其中一个图形会消失。
Android绘图点击HOME键之后再返回图形全部消失,使用select工具选中还可以看到这些图形,这是什么原因啊?
文件mgimagesp.cpp中: bool MgImageShape::_save(MgStorage\* s) const { s->writeString("name", _name); s->writeFloat("imageWidth", _size.x); s->writeFloat("imageHeight", _size.y); LOGE("save() ----------> name = %s", _name); //打印结果:*.jpg LOGE("save() ----------> _size.x = %f", _size.x); //打印结果:0.000000 LOGE("save() ----------> _size.y =...
Android创建SurfaceView视图之后点击HOME键后返回无法继续绘图,所有绘图貌似都被隐藏了,使用select工具才可以看到,不知道是不是因为Android的SurfaceView本身造成的,使用SurfaceView播放视频时点击HOME键再返回也会只有声音没有画面。