[android-developers] Re: Draw primitives and Video

2008-12-16 Thread Dianne Hackborn
Look at the API demo for doing overlays on top of a surface view. On Tue, Dec 9, 2008 at 1:11 AM, chabfive wrote: > > Hi everyone, > > I have some problems to draw primitives on a SurfaceView's canvas and > to display a video on another SurfaceView in the same time. > > When I start the video, t

[android-developers] Re: Draw primitives and Video

2008-12-16 Thread chabfive
Hi, again Anybody have drawn a video over a canvas. I retrieved the canvas from a SurfaceView and I used a VideoView to display my video. I create the VideoView only when I launch the video. My issue is that the video stay under the SurfaceView. If I shift the SurfaceView with margin, I can see