[android-developers] Re: problem with ontouch of surfaceview

2011-06-09 Thread ThaMe90
What do you use to hide/show the LinearLayout? Could you show the onTouch listener for the SurfaceView? On 9 jun, 06:29, grace grace.a...@wipro.com wrote: Hi, I have my layout like this FrameLayout        SurfaveView            VideoView/VideoView         /SurfaceView        

[android-developers] Re: problem with ontouch of surfaceview

2011-06-09 Thread grace
I am using view.VISIBLE and View.INVISIBLE to make the layout show and hide my onTouch looks something like this public boolean onTouch(View v, MotionEvent event) { int id = v.getId(); int i = event.getAction();

[android-developers] Re: problem with ontouch of surfaceview

2011-06-09 Thread grace
I am using view.VISIBLE and View.INVISIBLE to make the layout show and hide my onTouch looks something like this public boolean onTouch(View v, MotionEvent event) { int id = v.getId(); int i = event.getAction();