Re: [android-developers] Overlay a transparent bitmap on Camera

2010-08-10 Thread Pedro Teixeira
Thank you very much. Worked fine. The setAlpha also worked. At least on the simulator. Ill have to try on the device itself. thanks On Aug 10, 2010, at 6:34 PM, Mark Murphy wrote: On Tue, Aug 10, 2010 at 1:27 PM, Pedro Teixeira wrote: I'm passing a bitmap through a bundle to an activity whic

Re: [android-developers] Overlay a transparent bitmap on Camera

2010-08-10 Thread Mark Murphy
On Tue, Aug 10, 2010 at 1:27 PM, Pedro Teixeira wrote: > I'm passing a bitmap through a bundle to an activity which I called > cameraView on which the user has access to the camera of the device. > I'd like to overlay that bitmap with transparency using the camera as > the background. Is it possib

[android-developers] Overlay a transparent bitmap on Camera

2010-08-10 Thread Pedro Teixeira
Hello, I'm passing a bitmap through a bundle to an activity which I called cameraView on which the user has access to the camera of the device. I'd like to overlay that bitmap with transparency using the camera as the background. Is it possible? to put the bitmap in front of the camera? And how ca