台州市城乡建设局网站,网站建设和实现论文,登入wordpress,wordpress自建GridLayout是十年前的老布局了#xff0c;因为太久没用过#xff0c;导致细节方面已经记不太清楚了
初衷是想让GridLayout中每行每列的元素大小都相等#xff0c;结果怎么试都没有效果
原来是要只设置比例#xff0c;不设置宽高才行#xff0c;特意记录下 GridLayou…GridLayout是十年前的老布局了因为太久没用过导致细节方面已经记不太清楚了
初衷是想让GridLayout中每行每列的元素大小都相等结果怎么试都没有效果
原来是要只设置比例不设置宽高才行特意记录下
GridLayoutandroid:layout_widthmatch_parentandroid:layout_height100dpandroid:columnCount6android:rowCount2Viewandroid:layout_width0dpandroid:layout_height0dpandroid:layout_rowWeight1android:layout_columnWeight1android:layout_margin5dpandroid:background#F00 /Viewandroid:layout_width0dpandroid:layout_height0dpandroid:layout_rowWeight1android:layout_columnWeight1android:layout_margin5dpandroid:background#0F0 /Viewandroid:layout_width0dpandroid:layout_height0dpandroid:layout_rowWeight1android:layout_columnWeight1android:layout_margin5dpandroid:background#F00 /Viewandroid:layout_width0dpandroid:layout_height0dpandroid:layout_rowWeight1android:layout_columnWeight1android:layout_margin5dpandroid:background#0F0 /Viewandroid:layout_width0dpandroid:layout_height0dpandroid:layout_rowWeight1android:layout_columnWeight1android:layout_margin5dpandroid:background#F00 /Viewandroid:layout_width0dpandroid:layout_height0dpandroid:layout_rowWeight1android:layout_columnWeight1android:layout_margin5dpandroid:background#0F0 /Viewandroid:layout_width0dpandroid:layout_height0dpandroid:layout_rowWeight1android:layout_columnWeight1android:layout_margin5dpandroid:background#F00 //GridLayout
需要满足以下几点才能实现自动均分行列空间
Layout必须指定确定的width和height不能用wrapLayout必须明确指定行列数Child的width和height必须为0Child的rowWeight和columnWeight必须设置为1