xref: /aosp_15_r20/development/samples/FixedGridLayout/res/values/attrs.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
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