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<<attachment: device-2012-08-25-060020.png>>

