我使用此语法设置layoutparams
gridParams= new GridLayout.LayoutParams(GridLayout.spec(
GridLayout.UNDEFINED,(float) 1.0),
GridLayout.spec(GridLayout.UNDEFINED,(float) 1.0));
但它无法正常工作。 此外,此代码适用于支持库GridLayout,我测试了具有android 5.0.2(api 21)的设备的代码