码迷,mamicode.com
首页 > 其他好文 > 详细

GridLayout崩溃问题

时间:2019-03-25 14:55:35      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:java   row   bsp   except   must   child   朋友   pre   div   

写类似朋友圈界面的时候有九宫格,2*2的图片展示,用的gridlayout,运行的时候会崩溃,报错如下

java.lang.IllegalArgumentException: columnCount must be greater than or equal to the maximum of all grid indices (and spans) defined in the LayoutParams of each child. 

记得在setColumnCount 或者setRowCount之前 

  gridLayout.removeAllViews();

  

GridLayout崩溃问题

标签:java   row   bsp   except   must   child   朋友   pre   div   

原文地址:https://www.cnblogs.com/fatherloveyou/p/10593413.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!