Android drawing on surfaceview and canvas

前端 未结 3 653
清酒与你
清酒与你 2020-12-13 22:16

I have a \"simple\" problem. I try to draw on surfaceview. Layout-XML:



        
3条回答
  •  北海茫月
    2020-12-13 22:53

    SurfaceView is composed by a View in your current layout and a surface under your layout. If you set a background to the view, you won't see anything of what is happening on the surface.

提交回复
热议问题