如何设置剩余的空间被平分?
例如,我有一个包含2列的GridView.全宽为700px,列为200px:如何指定xml,左边的空间(300px)被均分为3个?
即100px | 200px(第1列)| 100px | 200px(第2列)| 100px的
解决方法
将
android:stretchMode设置为spacingWidthUniform.
http://developer.android.com/reference/android/widget/GridView.html#attr_android:stretchMode