android - make the picture next to each other gridView -


im using grid view , picture seems have spaces between each other. should make picture next each other?

<gridview               android:id="@+id/gridview"             android:layout_width="30px"              android:layout_height="fill_parent"             android:columnwidth="0dp"             android:numcolumns="3"             android:verticalspacing="0dp"             android:horizontalspacing="0dp"             android:stretchmode="columnwidth"             android:gravity=""             /> 


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -