Re: [android-developers] Re: Need Help - Sliding Drawer Exception

2010-09-01 Thread Mark Murphy
On Wed, Sep 1, 2010 at 5:59 PM, Victoria Busse wrote: > Yeah I noticed that :( is there any better or other solution to play videos > instead? No, all video playback eventually involves a SurfaceView. You just do not have as much flexibility with one of those (e.g., in a drawer, in a ScrollView)

Re: [android-developers] Re: Need Help - Sliding Drawer Exception

2010-09-01 Thread Victoria Busse
Yeah I noticed that :( is there any better or other solution to play videos instead? On Wed, Sep 1, 2010 at 10:30 PM, Paul Turchenko wrote: > That's cuz VideoView is SurfaceView and it doesn't care about you > layouts and view structure. > > On Sep 1, 10:47 pm, Victoria Busse > wrote: > > Ha, lo

[android-developers] Re: Need Help - Sliding Drawer Exception

2010-09-01 Thread Paul Turchenko
That's cuz VideoView is SurfaceView and it doesn't care about you layouts and view structure. On Sep 1, 10:47 pm, Victoria Busse wrote: > Ha, lol speaking of the devil, it was exactly that I wrapped the scrollView > around everything else except the slidingDrawer and placed all in a Relative > La