attrs.xml

1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <declare-styleable name="UnreadCountCustomView">
4        <attr name="backgroundColor" format="reference|color" />
5        <attr name="textColor" format="reference|color" />
6    </declare-styleable>
7</resources>