Not allowing horizontal spacing between grid view items,
I am using following for grid view , I don't want horizontal space between grid view item.
android:horizontalSpacing="0px"
android:verticalSpacing="0px"
by using this there no vertical space between item. But the horizontal space remain there, how to
eliminate this horizontal space between grid items.
will anybody suggest.


