1<resources>
2    <declare-styleable name="FixedGridLayout">
3        <attr name="cellWidth" format="dimension" />
4        <attr name="cellHeight" format="dimension" />
5    </declare-styleable>
6</resources>
7
8