summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
blob: eb9626bcb2a91a65cac8c7d42533d91ce67c1b25 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="foo">
        <attr name="textColorError" format="color" />
    </declare-styleable>
</resources>