Re: [android-developers] Translucent Activity over camera view

2011-10-23 Thread Mark Murphy
Step #1: Create a FrameLayout Step #2: Add the SurfaceView for your camera preview as the first child of the FrameLayout Step #3: Add a LinearLayout or RelativeLayout or something, containing your "Translucent... any view/controls", as the second child of the FrameLayout (note that if you are us

[android-developers] Translucent Activity over camera view

2011-10-23 Thread giles ian
Hi All, What i want to do is: I click on a button and the camera starts, now how can i lay a Translucent activity/any view/controls etc over this camera view. Any suggestions how can this be done Thanks -- You received this message because you are subscribed to the Google Groups "Android Deve