[android-developers] listview borders

2010-01-05 Thread Engin Arslan
Hi, how can i remove borders in listview. i want a flat listview there wont be any divider between two listview items. any suggestion?? Best Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] ListView borders

2011-07-29 Thread mausim
Hi, My simple project is to populate a ListView with an array from arrays.xml. The graphic result is a serie of lines of text with border, like cells. I would like to remove these borders, in order to the window show characters only, like a plain text. It would be possible? Thank you. **

Re: [android-developers] ListView borders

2011-07-29 Thread TreKing
On Thu, Jul 28, 2011 at 6:54 AM, mausim wrote: > I would like to remove these borders, in order to the window > show characters only, like a plain text. > http://developer.android.com/reference/android/widget/ListView.html#attr_android:divider ---