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 <[email protected]> wrote: > How do I insert a text field with a background? > > On Apr 25, 11:34 pm, Kumar Bibek <[email protected]> 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, WillHester<[email protected]> wrote: > > > > 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 [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group > > > athttp://groups.google.com/group/android-developers?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

