Re: [android-developers] How to control the SurfaceView's z-order

2013-05-22 Thread NoraBora
Hello, Dianne Hackborn. Is this 'multiple surfaceview' still not-recommended? I'm making Filter camera app with 1 SurfaceView(camera) and 1 GLSurfaceView(filter) targeting Froyo and higher. but their z-order are sometimes changed. I know TextureView is introduced but it is much higher than

Re: [android-developers] How to control the SurfaceView's z-order

2013-05-22 Thread NoraBora
Oh, the answer is here. https://groups.google.com/forum/?fromgroups#!msg/android-developers/nDNQcceRnYA/ps9wTBfXIyEJ Never mind :) 2013년 5월 22일 수요일 오후 5시 8분 25초 UTC+9, NoraBora 님의 말: Hello, Dianne Hackborn. Is this 'multiple surfaceview' still not-recommended? I'm making Filter camera app

[android-developers] How to control the SurfaceView's z-order

2009-03-23 Thread hurri
Hi, I created a RelativeLayout which has 2 SurfaceView. The layout looks like below RelativeLayout android:layout_width=wrap_content android:layout_height=wrap_content SurfaceView android:id=@+id/main android:layout_width=wrap_content