[android-developers] Re: How to make autocompletetextview list border as transparent

2012-06-27 Thread Erik Telepovský
Thank you Gaurav On Tuesday, June 19, 2012 2:57:03 PM UTC+2, Gaurav Vashisth wrote: > > add android:popupBackground="@null" to the AutoCompleteTextView > > On Wednesday, March 21, 2012 1:37:44 PM UTC+5:30, Android Developer wrote: >> >> Hi, >> >> I have autocompletetextview while tying its shows t

[android-developers] Re: How to make autocompletetextview list border as transparent

2012-06-19 Thread Gaurav Vashisth
add android:popupBackground="@null" to the AutoCompleteTextView On Wednesday, March 21, 2012 1:37:44 PM UTC+5:30, Android Developer wrote: > > Hi, > > I have autocompletetextview while tying its shows the list. how to i make > the list border as transparent. > > Code : > > > http://schemas.andr

[android-developers] Re: How to make autocompletetextview list border as transparent

2012-03-21 Thread Android Developer
Hi I am not sure whether i can achieve this or not. because its default list attributes i dont know how to change this. On Wed, Mar 21, 2012 at 1:37 PM, Android Developer wrote: > Hi, > > I have autocompletetextview while tying its shows the list. how to i make > the list border as transparent.