gridster row and col fixed but scalable over width of screen code example
Example 1: css grid full width row
.child-item {
grid-column: 1 / -1;
}
Example 2: android gridlayout equal column width
android:layout_gravity="fill"
android:layout_columnWeight="1"