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 <goutom.sust....@gmail.com> wrote:

> I am highlighting the extra spaces around gridview in the attached image.
>
>
> On Sat, Aug 25, 2012 at 4:01 AM, Goutom <goutom.sust....@gmail.com> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to