1. 程式人生 > >android中GridView設定間距

android中GridView設定間距

1.兩列之間的間距。

android:horizontalSpacing  

函式:setHorizontalSpacing(int)

2.兩行之間的間距。

android:verticalSpacing  

函式:setVerticalSpacing(int)