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