[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: Transparent Text Field?

2010-04-26 Thread Kumar Bibek
The TextField has a property called background. You can assign a drawable or a color attribute to that field. Else, you can also do it through code. textView.setBackgroundDrawable() something like this. Thanks and Regards, Kumar Bibek On Apr 26, 11:55 pm, Will Hester whes...@gmail.com wrote:

[android-developers] Re: Transparent Text Field?

2010-04-25 Thread Kumar Bibek
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, Will Hester whes...@gmail.com wrote: Is there any way to create a transparent text field? -- You received this message because you are subscribed to the