[android-developers] Re: cant remove extra spaces around grid view

2012-08-24 Thread Goutom
I am highlighting the extra spaces around gridview in the attached image. On Sat, Aug 25, 2012 at 4:01 AM, Goutom wrote: > > Hi > > I cant remove extra spaces around grid view .I tried every possible cases. > > android:id="@+id/calendar" > android:layout_width="240dp" >

Re: [android-developers] Re: cant remove extra spaces around grid view

2012-08-24 Thread Justin Anderson
Try this: android:listSelector="@null" Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 24, 2012 at 4:05 PM, Goutom wrote: > I am highlighting the extra spaces around gridview in the attached image. > > > On Sat, Aug 25, 2012 at 4:01 AM, Gouto

Re: [android-developers] Re: cant remove extra spaces around grid view

2012-08-24 Thread Justin Anderson
Or maybe this: http://stackoverflow.com/questions/7705330/gridview-and-excess-space-padding Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 24, 2012 at 9:23 PM, Justin Anderson wrote: > Try this: > android:listSelector="@null" > > > Thanks, > J