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 <[email protected]>wrote:

> 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 <[email protected]> wrote:
>
>> I am highlighting the extra spaces around gridview in the attached image.
>>
>>
>> On Sat, Aug 25, 2012 at 4:01 AM, Goutom <[email protected]>wrote:
>>
>>>
>>> Hi
>>>
>>> I cant remove extra spaces around grid view .I tried every possible
>>> cases.
>>>
>>>     <GridView
>>>         android:id="@+id/calendar"
>>>         android:layout_width="240dp"
>>>         android:layout_height="240dp"
>>>         android:layout_margin="-8dp"
>>>         android:adjustViewBounds="true"
>>>         android:horizontalSpacing="-10dp"
>>>         android:listSelector="@android:color/transparent"
>>>         android:numColumns="7"
>>>         android:padding="-8dp"
>>>         android:scrollbars="none"
>>>         android:verticalSpacing="-10dp" >
>>>
>>> Can any one tell me any clue ?
>>>
>>> Thanks
>>> Goutom Roy
>>>
>>>
>>>
>>  --
>> 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
>>
>
>

-- 
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

Reply via email to