在这儿//指定该组建占满父容器params.setGravity(Gravity.FILL);我使用的时候 出现了 这个问题:The method setGravity(int) in the type GridLayout.LayoutParams is not applicable for the arguments (GridLayout.Alignment)说是 类型不符,使用不了 ,该怎么修改?