[android-developers] Re: Transparent Text Field?

2010-04-26 Thread Will Hester
How do I insert a text field with a background? On Apr 25, 11:34 pm, Kumar Bibek coomar@gmail.com wrote: Change the background image of the Textfield to a png image which is transparent. Thanks and Regards, Kumar Bibek On Apr 26, 5:27 am, WillHesterwhes...@gmail.com wrote: Is there

[android-developers] Re: How to display Camera

2010-04-25 Thread Will Hester
Alright, thank you. But I am confused as to how I import this into Eclipse. I downloaded the source, and tried to import the file, but Eclipse said it couldn't find a project. On Apr 21, 2:24 pm, Mark Murphy mmur...@commonsware.com wrote: WillHesterwrote: Anyone? On Apr 19, 3:17 pm,

[android-developers] Transparent Text Field?

2010-04-25 Thread Will Hester
Is there any way to create a transparent text field? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: How to display Camera

2010-04-21 Thread Will Hester
Anyone? On Apr 19, 3:17 pm, Will Hester whes...@gmail.com wrote: So I made a class called CameraSurfaceView.java that has a constructor and all of the Camera methods, but what I'm confused about is how to instantiate and display the camera in my activity I called TypeWalker.java. For that, I

[android-developers] How to display Camera

2010-04-19 Thread Will Hester
So I made a class called CameraSurfaceView.java that has a constructor and all of the Camera methods, but what I'm confused about is how to instantiate and display the camera in my activity I called TypeWalker.java. For that, I have this: package com.schleudaastudios.typewalker; import