Dimitry d1d3f51704 Task lists (#4)
* Task lists implementation

* Added since annotation to newly added method/classes
2017-10-23 15:12:46 +02:00

11 lines
384 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="DebugCheckboxDrawableView">
<attr name="fcdv_checkedFillColor" format="color" />
<attr name="fcdv_normalOutlineColor" format="color" />
<attr name="fcdv_checkMarkColor" format="color" />
<attr name="fcdv_checked" format="boolean" />
</declare-styleable>
</resources>