Download this file

attrs.xml    8 lines (8 with data), 293 Bytes

1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CircleButton">
<attr name="cb_color" format="color" />
<attr name="cb_pressedRingWidth" format="dimension" />
<attr name="cb_isApp" format="boolean" />
</declare-styleable>
</resources>