blob: 2a0577cbf6130fe11b01d3c5c6ee20ee85bf2df6 (
plain)
1
2
3
4
5
6
7
8
|
<resources>
<declare-styleable name="CellView">
<attr name="exampleString" format="string" />
<attr name="exampleDimension" format="dimension" />
<attr name="exampleColor" format="color" />
<attr name="exampleDrawable" format="color|reference" />
</declare-styleable>
</resources>
|